Jump to content

User:Smartse/vector.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Smartse (talk | contribs) at 23:15, 1 March 2016. 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.
importScript('User:Ioeth/friendly.js');
importScript('User:Shubinator/DYKcheck.js'); //DYKcheck tool
importScript('User:MastCell/el-search.js');
importScript('User:Rami_R/rfppClerk.js');

//Adds 'Check Refs' to the toolbox, links to http://toolserver.org/~dispenser/cgi-bin/reflinks.py -- Dispenser's reference title fixer.
 
function refcheck()
{
addPortletLink("p-tb", "http://toolserver.org/~dispenser/cgi-bin/webreflinks.py?page=" + wgPageName + "&citeweb=on", "Check Refs");
}
 
function linkcheck()
{
addPortletLink("p-tb", "http://toolserver.org/~dispenser/cgi-bin/webchecklinks.py?page=" + wgPageName, "Check Links");
}
 
if ( wgNamespaceNumber == 0 ) {
addOnloadHook(refcheck);
addOnloadHook(linkcheck);
}

//Easyblock
importScript('User:Animum/easyblock.js');
 
//CSD Deleter and Decliner
importScript('User:Ale_jrb/Scripts/csdcheck.js');
var notifyByDefaultDel	= true;
importScript('User:Ale_jrb/Scripts/csdhelper.js');

importScript('User:Mr.Z-man/closeAFD.js');

// [[User:Lupin/popups.js]] importScript('User:Lupin/popups.js');

importScript(':Commons:MediaWiki:Gadget-rightsfilter.js');