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

m
try
m (+)
m (try)
}
 
});
 
$(function () {
// 2018-11-05 move the bottom patrol link to the top
const patrols = document.querySelectorAll('.patrollink')
if (patrols.length == 1) {
const first_edit_link = document.querySelector('.mw-editsection')
first_edit_link.appendChild(patrols[0])
patrols[0].style['font-size'] = 'inherit'
 
});
 
$(function () {
}
 
});
 
$(function () {
// 2018-11-05 move the bottom patrol link to the top
const patrols = document.querySelectorAll('.patrollink')
if (patrols.length == 1) {
const first_edit_link = document.querySelector('.mw-editsection')
first_edit_link.appendChild(patrols[0])
patrols[0].style['font-size'] = 'inherit'
 
})
 
// 2019-03-03 autofill artist pages