User:Tendimensions/common.js

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
// Float the header while scrolling down the page
mw.loader.load( '/w/index.php?title=User:BrandonXLF/FloatHead.css&action=raw&ctype=text/css', 'text/css' ); // Backlink: [[User:BrandonXLF/FloatHead.css]]

// Add random category button (not sure if this is working)
mw.loader.load( '/w/index.php?title=User:Danski454/cat-next.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Danski454/cat-next.js]]

// Float the side menu
mw.loader.load( '/w/index.php?title=User:BrandonXLF/FloatSide.css&action=raw&ctype=text/css', 'text/css' ); // Backlink: [[User:BrandonXLF/FloatSide.css]]

// Dark mode
mw.loader.load( '/w/index.php?title=User:MusikAnimal/nightpedia.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:MusikAnimal/nightpedia.js]]