Main public logs
Appearance
Combined display of all available logs of OceanWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:44, 12 November 2025 Kate Evans talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Pin Vector 2022 sidebar (and tools) for anonymous users by default if (!mw.config.get('wgUserName')) { const observer = new MutationObserver((mutationsList, observer) => { for (const mutation of mutationsList) { if (mutation.target.classList.contains('vector-animations-ready')) { // Pin main menu const mainPin = document.querySelector(...")