User:Novem Linguae/global.js

From Meta, a Wikimedia project coordination wiki

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.
// I am reluctantly using mw.loader.load instead of importScript, in order to make this file includable from my localhost wiki, where it says importScript is an undeclared function so I cannot use it.
// Do not forget _ for spaces, and %11 type characters for certain punctuation { }
// Do not forget &action=raw&ctype=text/javascript

mw.loader.load('//ru.wikipedia.org/w/index.php?title=MediaWiki:Gadget-markblocked.js&action=raw&ctype=text/javascript'); // Useful script to tell if a user is currently blocked, by striking out the username
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Amorymeltzer/userinfo.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Amorymeltzer/userinfo.js]] // at user's page, gives perms and edit count
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Bradv/Scripts/Superlinks.js&action=raw&ctype=text/javascript'); // Backlink: [[User:Bradv/Scripts/Superlinks.js]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:SD0001/find-archived-section2.js&action=raw&ctype=text/javascript');
if ( window.location.hostname !== 'localhost' ) {
	mw.loader.load('https://en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-XTools-ArticleInfo.js&action=raw&ctype=text/javascript');
}
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Novem Linguae/Scripts/Links.js&action=raw&ctype=text/javascript');
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Nardog/SortCentralAuthByEditCount.js&action=raw&ctype=text/javascript');
//mw.loader.load('https://en.wikipedia.org/w/load.php?modules=ext.gadget.Navigation_popups');
mw.loader.load('https://en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Novem Linguae/Scripts/UserRightsDiff.js');
mw.loader.load('https://en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=MediaWiki:Gadget-purgetab.js');
mw.loader.load('https://en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Novem Linguae/Scripts/VoteCounter.js');
mw.loader.load('https://en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Enterprisey/copy-section-link.js');
mw.loader.load('https://en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Novem Linguae/Scripts/VisualEditorEverywhere.js');
mw.loader.load('https://en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Novem Linguae/Scripts/CiteHighlighter.js');
mw.loader.load('https://en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Novem Linguae/Scripts/UserHighlighterSimple.js');
mw.loader.load('https://en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:Þjarkur/NeverUseMobileVersion.js');
mw.loader.load('http://127.0.0.1/Code/wikipedia-scripts/User scripts/sandbox-all-wikis.js');