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

Jump to navigation Jump to search
m (try this)
m (try again)
 
// move notices above indicators
; let el = true;
; while (el) {
; el = document.querySelector('.infobox+.notice');
; const ind = document.querySelector('.mw-indicators');
; ind.parentElement.insertBefore(el, ind);
};
 
})