Main public logs
More actions
Combined display of all available logs of AstRO. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:25, 10 September 2025 Astro-adm 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", function() { document.querySelectorAll(".navi-copy").forEach(function(el) { el.style.cursor = "pointer"; el.title = "Click to copy coordinates"; el.addEventListener("click", function() { navigator.clipboard.writeText(el.textContent.trim()); el.style.backgroundColor = "#d1ffd1"; setTimeout(function() { el.style.background...")