Jump to content

Main public logs

Combined display of all available logs of Ditzy Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:02, 12 March 2026 Redk1tty talk contribs created page MediaWiki:Main Page.js (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);")