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

m
use 👍 for thanks
m (fix early return agian)
m (use 👍 for thanks)
/* Add edit link to templates */
$(function () {
 
// 2019-04-13 thumbs up for thanks
document.querySelectorAll('.mw-thanks-thank-link').forEach(el => el.textContent = String.fromCodePoint(0x1F44D))
 
function add_editsection_link(box) {