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 13:12, 6 May 2017 (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.
//For NUKING, use with care!
importScript('User:Writ_Keeper/Scripts/massRollback.js');

//MastCells
// broke importScript('User:MastCell/user-rights.js');

//For CSD handling  [[User:Ale_jrb/Scripts]]
importScript('User:Ale_jrb/Scripts/csdhelper.js');

//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')
//should be built into main preferences now, but isn't
importScript('User:NuclearWarfare/Mark-blocked script.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);