Difference between revisions of "User:Fbstj/gadget/history-test.js"

Jump to navigation Jump to search
m (-)
m (-> widget)
// 2019-04-24 remove the prefix from such links
document.querySelectorAll('[href*="Coppermind:Artists/"]').forEach(function(el){ el.textContent = el.textContent.replace('Coppermind:Artists/', String.fromCodePoint(0x1f150, 0x20) ) })
 
// 2019-04-13 thumbs up for thanks
document.querySelectorAll('.mw-thanks-thank-link').forEach(function(el){ el.textContent = String.fromCodePoint(0x1F44D); })
 
function add_editsection_link(box) {