Main public logs
Combined display of all available logs of WikiPhone. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:49, 9 November 2025 CaptainChris 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', () => { document.querySelectorAll('.infobox').forEach(box => { box.querySelectorAll('hr').forEach(hr => { const section = hr.previousSibling; if (section && section.nodeType === Node.TEXT_NODE && !section.textContent.trim()) { hr.style.display = 'none'; } }); }); });")