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 00:07, 29 April 2016 (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 CSD handling
mportScript('User:Ale_jrb/Scripts/csdhelper.js');  //[[User:Ale_jrb/Scripts]]

//For converting dashed into proper dashes (saw Eric Corbett using it)
importScript("User:GregU/dashes.js");

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

//for SPI
importScript('User:Timotheus Canens/spihelper.js')
importScript('User:NuclearWarfare/Mark-blocked script.js');
 
//MastCells
importScript('User:MastCell/user-rights.js');

//MFD script, I'm trying it out
importScript('User:Doug/closemfd.js');

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

//disable image viewer
//mw.config.set("wgMediaViewerOnClick", false);