Jump to content

Main public logs

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

Logs
  • 20:41, 24 August 2025 Darc talk contribs created page MediaWiki:FadeIn.js (Created page with "const fadeInAttribute = "data-fadein"; const blurAttribute = "data-fadein-blur"; function createScreen(target) { if (target.tagName !== "DIV") { console.error(`Invalid target! ${target.tagName}`); return; } let screen = document.createElement(target.tagName); let rect = target.getBoundingClientRect(); screen.style.position = 'absolute'; screen.style.top = `${rect.top}px`; screen.style.left = `${rect.left}px`; screen.style.height = `${rect.height...")