User:Ponyo/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 is at User:Ponyo/common.css. |
//CSD Helper – helps admins delete speedy deletions much more quickly, including changing rationales, and assists everyone in declining/contesting speedy deletions and changing speedy deletions to PRODs
importScript('User:Ale_jrb/Scripts/csdhelper.js'); // Linkback: [[User:Ale_jrb/Scripts/csdhelper.js']]
//Watchlist Links – Adds some useful links to the Watchlist.
importScript('user:js/watchlist.js'); // Linkback: [[user:js/watchlist.js]]
//Rollback All – Revert all contributions of a user
importScript('User:Writ Keeper/Scripts/massRollback.js'); // Linkback: [[User:Writ Keeper/Scripts/massRollback.js]]
//rollbackSum – Rollback summary.
importScript('User:Nageh/rollbackSum.js'); // Linkback: [[User:Nageh/rollbackSum.js]]
//Mass Revdel: revdel capabilities available directly from user contributions page
importScript('User:Writ Keeper/Scripts/massRevdel.js'); // Linkback: [[User:Writ Keeper/Scripts/massRevdel.js]]
//SPI helper – essentially a must if you regularly work at WP:SPI
importScript( 'User:GeneralNotability/spihelper.js' ); // Backlink: [[User:GeneralNotability/spihelper.js]]
//CUloghelper - Turns timestamps of a filtered CU log into links that try to locate the entry in the full log (Sept. 2013 version)
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Amalthea/culoghelper.js&oldid=571667940&action=raw&ctype=text/javascript');
//SPI Staleness:
mw.loader.load("/w/index.php?title=User:Writ Keeper/Scripts/cuStaleness.js&action=raw&ctype=text/javascript");
//Sock Cat Statelness:
mw.loader.load("/w/index.php?title=User:Writ Keeper/Scripts/sockStaleness.js&action=raw&ctype=text/javascript");
//Restore watchlist to pre-"Sea of Blue" status:
mw.loader.load("/w/index.php?title=User:Writ Keeper/Scripts/sectionLinkShortener.js&action=raw&ctype=text/javascript");
//Show a link to the Special:Undelete page
importScript( 'User:Enterprisey/link-deleted-revs.js' ); // Backlink: [[User:Enterprisey/link-deleted-revs.js]]
//CU display helper
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Ladsgroup/CheckUserHelper.js&action=raw&ctype=text/javascript');
//Spam userblock assist
importScript( 'User:MusikAnimal/spamublock.js' ); // Backlink: [[User:MusikAnimal/spamublock.js]]
//Unreliable/Predatory Source Detector
importScript( 'User:Headbomb/unreliable.js' ); // Backlink: [[User:Headbomb/unreliable.js]]
//Move to darft script:
importScript( 'User:MPGuy2824/MoveToDraft.js' ); // Backlink: [[User:MPGuy2824/MoveToDraft.js]]
//Undo multiple edits from Special:Contributions:
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Alexis_Jazz/Kill-It-With-Fire.js&action=raw&ctype=text/javascript');