Main public logs
From Eli's Software Encyclopedia
Combined display of all available logs of Eli's Software Encyclopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 21:12, January 26, 2026 WikiVisor talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: moveRefs(); function moveRefs() { // Find the target h2 const referencesH2 = Array.from(document.querySelectorAll("h2")).find( h2 => h2.textContent.trim() === "References" ); if (!referencesH2) return; // Create wrapper const wrapper = document.createElement("section"); wrapper.className = "references-section"; let current = referencesH2; while (current) { const n...")
