MediaWiki:Common.js

From Adventure Koala
Revision as of 08:08, 28 April 2026 by SoulscribeBot (talk | contribs) (Auto-pin sidebar navigation via Soulscribe)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Soulscribe — auto-generated, do not edit manually */
/* Auto-pin the main navigation menu to the left sidebar on desktop. */
( function () {
  if ( window.innerWidth < 1000 ) { return; } // skip on mobile
  var pinBtn = document.querySelector(
    '.vector-pinnable-header-pin-button[data-event-name="pinnable-header.vector-main-menu.pin"]'
  );
  if ( pinBtn ) { pinBtn.click(); }
}() );