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

m
try again
m (try again)
m (try again)
 
// move notices above indicators
; while (eltrue) {
; var el = true;
;var el = document.querySelector('.infobox+.notice');
; while (el) {
if (!el) break
; el = document.querySelector('.infobox+.notice');
; const ind = document.querySelector('.mw-indicators');
; ind.parentElement.insertBefore(el, ind);
};
 
})