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:31, 1 May 2013 (add). 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.
//For converting dashed into proper dashes (saw Malleus using it)
importScript("User:GregU/dashes.js");

//for RFPP
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');
});

//Dr. Blofeld's google books cite code
addOnloadHook(function() {
  addPortletLink('p-cactions','http://books.google.com//','GB','ca-gb');
});
addOnloadHook(function() {
  addPortletLink('p-cactions','http://reftag.appspot.com/','GB ref','ca-gb ref');
});