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

m
didn't work, back out
m (oop)
m (didn't work, back out)
while (true) {
var el = document.querySelector('.infobox+.notice')
if (!el) el = document.querySelector('#mw-content-text>.notice')
if (!el) break
const ind = document.querySelector('.mw-indicators')