User:Dennis Brown/common.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .css page for this skin can be added at User:Dennis Brown/common.css. |
//For NUKING, use with care!
importScript('User:Writ_Keeper/Scripts/massRollback.js');
// [[User:DannyS712/DiscussionCloser.js]]
importScript( 'User:DannyS712/DiscussionCloser.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');
// automated script for aiv, rfpp, etc.
importScript( 'User:MusikAnimal/responseHelper.js' ); // Backlink: [[User:MusikAnimal/responseHelper.js]]
//disable image viewer
//mw.config.set("wgMediaViewerOnClick", false);
importScript( 'User:Technical_13/Scripts/OneClickArchiver.js' ); // Backlink: [[User:Technical_13/Scripts/OneClickArchiver]]
mw.loader.load( '/w/index.php?title=User:Evad37/OneClickArchiver.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:Evad37/OneClickArchiver.js]]