Main public logs
Appearance
Combined display of all available logs of Doom Relics. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 13:40, 26 December 2025 Rbutcher talk contribs protected MediaWiki:Common.js [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 12:34, 24 December 2025 Rbutcher talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Vector 2022: keep LEFT main menu OPEN for logged-out users on desktop (function () { // logged-out only if (mw.config.get('wgUserName')) return; function openMenu() { // desktop only (match your breakpoint) if (!window.matchMedia('(min-width: 1120px)').matches) return; const cb = document.getElementById('vector-main-menu-dropdown-checkbox'); if (!cb) return; // Forc...")