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 15:47, 2 October 2012 (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 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 experimenting
  addOnloadHook(function() {
    addPortletLink('p-cactions','http://toolserver.org/~snottywong/editorinteract.html/','Insct2','ca-Insct2');
});
  addOnloadHook(function() {
    addPortletLink('p-cactions','http://whatismyipaddress.com/ip-lookup/','Geo','ca-Geo');
});


//Dr. Blofeld's 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');
});