Main public logs
More actions
Combined display of all available logs of CrabCodex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:07, 5 March 2026 Megafuji talk contribs created page MediaWiki:Common.js (Created page with "CrabCodex — Minimal global JS. No external libs. Optional UX enhancements.: (function () { 'use strict'; Smooth scroll for same-page anchors: document.querySelectorAll('a[href^="#"]').forEach(function (a) { var id = a.getAttribute('href').slice(1); if (!id) return; var target = document.getElementById(id); if (target && a.getAttribute('href') !== '#') { a.addEventListener('click', function (e) { if (target) { e.p...")