Main public logs
More actions
Combined display of all available logs of Aurora Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:44, 29 January 2026 Galactica talk contribs created page Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: $( '#citizen-palette-search-input' ).on( 'keydown', function ( e ) { if ( e.key === 'Enter' ) { const query = $(this).val(); if ( query ) { window.location.href = mw.util.getUrl( 'Special:Search', { search: query } ); e.preventDefault(); } } }); $(document).on('DOMNodeInserted', '.citizen-command-palette-list-item', function(e) { const $...")