All public logs

Jump to navigation Jump to search

Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:50, 18 May 2024 TheAstorPastor talk contribs created page User:Harvici/Twinkle-preferences-toolbar.js (Created page with "// Check if Twinkle gadget is enabled, otherwise do nothing (unfortunately won't detect manual installs) if (mw.user.options.get('gadget-Twinkle') == 1){ // Replace spaces in username with underscores for comparison to page title var fixedUn = mw.config.get('wgUserName').replace(/ /g,'_'); // Check if we're on an owned JS or CSS page. if ( (mw.config.get('wgPageName').lastIndexOf('.js') == mw.config.get('wgPageName').length - 3) && (mw.config.get('wgPageName').s...")