Main public logs
More actions
Combined display of all available logs of Cubyz Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:13, 8 November 2025 Polaris talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: // Wait for the document to be ready before running our code $( function() { // Find our new search "button" by the ID we gave it var searchTrigger = document.getElementById( 'mainpageSearchTrigger' ); // If the button exists on this specific page... if ( searchTrigger ) { // ...add a click listener to it. searchTrigger.addEventListener( 'click', function() {...")