User:Herostratus/vector.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 is at User:Herostratus/vector.css. |
//0-------------------------------------------------------------0
//importScript('User:Mr.Z-man/closeAFD2.js');
//0-------------------------------------------------------------0
//add speedy-delete-tag button in editing mode
//importScript('Wikipedia:WikiProject User scripts/Scripts/Easy db');
//0-------------------------------------------------------------0
//add PROD tagging button
// importScript('User:Dycedarg/easyprod.js');
//0-------------------------------------------------------------0
//add AfD tag button
//importScript('Wikipedia:WikiProject User scripts/Scripts/AutoAFD.js');
//0-------------------------------------------------------------0
//easy close AfD's
//importScript('Wikipedia:WikiProject User scripts/Scripts/CloseAFD.js');
//0-------------------------------------------------------------0
//easy report vandals (only when on AIV)
//importScript('User:Digitalme/aiv.js');
//0-------------------------------------------------------------0
// IGLOO anti-vandalism (see [[User:Ale jrb/Scripts/igloo]]
importScript('User:Ale_jrb/Scripts/igloo.js'); // [[User:Ale_jrb/Scripts/igloo]]
//0-------------------------------------------------------------0
// DYK check tool
importScript('User:Shubinator/DYKcheck.js');
// Then paste the following line into URL bar of article to be checked:
// javascript:importScript('User:Shubinator/DYKcheck.js'); dykCheck();
//0-------------------------------------------------------------0
// Page size count tool
importScript('User:Dr_pda/prosesize.js'); //[[User:Dr_pda/prosesize.js]]
//0-------------------------------------------------------------0
/////////////////////////////////////////////////////////
// enable AutoFix for redlinks
//importScript('User:Topbanana/RLRL_SR_Utility.js' );
// advisor - common fixes
importScript('User:Cameltrader/Advisor.js');