Jump to content

User:IntoThinAir/common.js

From 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.
importScript("User:Writ Keeper/Scripts/teahouseUtility.js"); // Gives one-click option to add Teahouse invitation or talkback to a user

importScript("User:Writ Keeper/Scripts/teahouseTalkback.js"); // Adds Talkback reminder when you save an edit at the Teahouse

importScript("User:Writ Keeper/Scripts/teahouseTalkbackLink.js"); // Adds a talkback link to signatures on the Teahouse 

importScript("User:Ocaasi/WikiLoveinstallscript.js");// Adds Teahouse Badges to WikiLove

importScript('User:Ale_jrb/Scripts/statusCheck.js');  //[[User:Ale_jrb/Scripts]]

importScript('User:Fox Wilson/delsort.js'); // Deletion sorting script [[WP:FWDS]] // add Mathematics to the delsort list window.addEventListener('load', function({defineLink("Mathematics");}, false);

importScript('User:Lupin/recent2.js');

// add Dance to the delsort list
window.addEventListener('load', function(){
  defineLink("Dance");
}, false);

// add Academic journals to the delsort list
window.addEventListener('load', function(){
  defineLink("Academic journals");
}, false);

// add Economics to the delsort list
window.addEventListener('load', function(){
  defineLink("Economics");
}, false);

importScript( 'User:Technical_13/Scripts/OneClickArchiver.js' ); // Backlink: [[User:Technical_13/Scripts/OneClickArchiver]]