Difference between revisions of "MediaWiki:Common.js"
From Tycoon Gaming
m |
m |
||
Line 10: | Line 10: | ||
− | $( document ).ready(function() { | + | $(document).ready(function() { |
DarkReader.enable(); | DarkReader.enable(); | ||
if ( window.location !== window.parent.location ) { | if ( window.location !== window.parent.location ) { |
Revision as of 15:39, 29 December 2023
mw.loader.load( '/wiki/index.php?title=Mediawiki:Middleclick.js&action=raw&ctype=text/javascript'); mw.loader.load( '/wiki/index.php?title=MediaWiki:LastPage.js&action=raw&ctype=text/javascript'); mw.loader.load( '/wiki/index.php?title=MediaWiki:MoveTOC.js&action=raw&ctype=text/javascript'); mw.loader.load( '/wiki/index.php?title=MediaWiki:MainMenu.js&action=raw&ctype=text/javascript'); mw.loader.load( '/wiki/index.php?title=MediaWiki:PageSpecific.js&action=raw&ctype=text/javascript'); mw.loader.load( 'https://unpkg.com/[email protected]/darkreader.js'); $(document).ready(function() { DarkReader.enable(); if ( window.location !== window.parent.location ) { const elem = document.getElementById('p-personal-container'); elem.style.display = 'none'; } });