Main public logs
More actions
Combined display of all available logs of WikiOasis Meta. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:06, 16 April 2026 Crystalite13 talk contribs created page User:Crystalite13/global.js (Created page with "//Unsigned helper if (mw.config.get('wgAction') === 'edit') { function insertButton() { const a = document.createElement("a"); a.classList.add("mw-charinsert-item"); a.textContent = '{{unsigned}}'; a.onclick = window.unsignedHelperAddUnsignedTemplate; document.getElementsByClassName("mw-edittools-section")[0].appendChild(a); } mw.loader .getScript('https://en.wikipedia.org/wiki/User:Andrybak/Scripts/Unsigned_...")