Page history
5 August 2025
Formula
no edit summary
−363
Formula
Created page with "→All JavaScript here will be loaded for users of the Vector skin: if (mw.config.get('wgCanonicalSpecialPageName') === 'CreateAccount') { function tryRemoveBox(attempts) { var box = document.querySelector('.mw-createacct-benefits-container'); if (box) { box.remove(); } else if (attempts > 0) { setTimeout(function () { tryRemoveBox(attempts - 1); }, 100); } } tryRemoveBox(20); }"
+432