Jump to content

User:SpacemanSpiff/common.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SpacemanSpiff (talk | contribs) at 15:10, 7 August 2015 (remove popus). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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.
// AfD
importScript('User:Mr.Z-man/closeAFD.js');

// Yet another AfC helper script v4. activate when needed
//importScript('User:Timotheus Canens/afchelper4.js'); 

//[[User:Ucucha/HarvErrors]], activate when needed
//importScript('User:Ucucha/HarvErrors.js'); 

//[[User:Animum/easyblock.js]]
importScript('User:Animum/easyblock.js');

// [[User:NuclearWarfare/Mark-blocked script.js]]
importScript('User:NuclearWarfare/Mark-blocked script.js');

// Deletion sorting script [[WP:FWDS]]
importScript('User:Fox Wilson/delsort-monobook.js');
window.addEventListener('load', function(){
  defineLink("India");
  defineLink("Cricket");
}, false);

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

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

//Other
//importScript('User:Ale_jrb/Scripts/statusCheck.js'); //Online or not for users
importScript('User:Ale_jrb/Scripts/userhist.js');
importScript('User:Plastikspork/admindash.js');
//importScript('Wikipedia:WikiProject User scripts/Scripts/Force edit summary alternative');

/* User:MusikAnimal/responseHelper.js */
importScript( 'User:MusikAnimal/responseHelper.js' );// Backlink: [[User:MusikAnimal/responseHelper.js]]

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

// Add [[WP:Reflinks]] launcher in the toolbox on left
$(function () {
 mw.util.addPortletLink(
  "p-tb",     // toolbox portlet
  "http://dispenser.homenet.org/~dispenser/cgi-bin/webreflinks.py/" + mw.config.get('wgPageName')
   + "?client=script&citeweb=on&overwrite=&limit=20&lang=" + mw.config.get('wgContentLanguage'),
  "Reflinks"  // link label
)});