Jump to content

User:Dennis Brown/common.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dennis Brown (talk | contribs) at 01:48, 2 July 2013 (fx). 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.
//to disable VE
importScript('User:Matma Rex/VE killer.js');
//For converting dashed into proper dashes (saw Malleus using it)
importScript("User:GregU/dashes.js");

//For white spaces removal
importScript('User:Cameltrader/Advisor.js');

//for RFPP
//Obsolete, now done by a bot.
//importScript('User:Rami_R/rfppClerk.js');
 
//for SPI
importScript('User:Timotheus Canens/spihelper.js')
 
importScript('User:NuclearWarfare/Mark-blocked script.js');
 
//MastCells
importScript('User:MastCell/user-rights.js');

//My own SPI links
  addOnloadHook(function() {
    addPortletLink('p-cactions','http://en.wikipedia.org/w/index.php?title=Special:Watchlist&namespace=&hideBots=1/','LIST','ca-LIST');
});
  addOnloadHook(function() {
    addPortletLink('p-cactions','http://toolserver.org/~snottywong/editorinteract.html/','Insct2','ca-Insct2');
});

  addOnloadHook(function() {
    addPortletLink('p-cactions','http://en.wikichecker.com/user','Chk','ca-Chk');
});
  addOnloadHook(function() {
    addPortletLink('p-cactions','http://whatismyipaddress.com/ip-lookup/','Geo','ca-Geo');
});

  addOnloadHook(function() {
    addPortletLink('p-cactions','http://toolserver.org/~chm/blockcalc.php','RBlock','ca-RBlock');
});

  addOnloadHook(function() {
    addPortletLink('p-cactions','http://en.wikipedia.org/wiki/Special:AbuseLog?title=Special%3AAbuseLog&wpSearchUser=&wpSearchFilter=58&wpSearchTitle=','Filt. Log','ca-Filt. Log');
});

  addOnloadHook(function() {
    addPortletLink('p-cactions','http://toolserver.org/~daniel/WikiSense/Contributors.php','CountEdits','ca-CountEdits');
});