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

m
can't get the info for it :|
m (again)
m (can't get the info for it :|)
const link = document.createElement('a')
link.innerText = 'new'
link.href = ''
row.firstChild.replaceWith('(', link, ' | ')
});