MediaWiki:Common.js: Revision history

From CG Studios Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

6 January 2026

  • curprev 03:5203:52, 6 January 2026 Admin talk contribs 443 bytes +443 Created page with "mw.loader.using(['mediawiki.util'], function () { function toggleContentFade() { document.body.classList.toggle('mw-content-hidden'); } function attachHandlers() { document.querySelectorAll('.button-hidecontent').forEach(btn => { btn.addEventListener('click', toggleContentFade); }); } // Run now + after page updates (VisualEditor, etc.) attachHandlers(); mw.hook('wikipage.content').add(attachHandlers); });"