Jump to content

MediaWiki:Main Page.js: Revision history

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.

13 March 2026

12 March 2026

  • curprev 12:0212:02, 12 March 2026 Redk1tty talk contribs 358 bytes +358 Created page with "const footer = document.querySelector('#footer'); const observer = new IntersectionObserver(entries => { entries.forEach(entry => { if (entry.isIntersecting) { document.body.classList.add('footer-visible'); } else { document.body.classList.remove('footer-visible'); } }); }); observer.observe(footer);"