Main public logs
More actions
Combined display of all available logs of Nothing Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:28, 1 November 2025 Jonatanktk talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: document.addEventListener("DOMContentLoaded", () => { const tooltip = document.createElement("div"); tooltip.className = "custom-tooltip"; document.body.appendChild(tooltip); let activeElement = null; let storedTitle = null; document.addEventListener("mouseover", e => { const target = e.target.closest("[title], [alt]"); if (!target) return; // Tooltip-Text: bevorzugt alt...")