User:DGG/monobook.js
Appearance
< User:DGG
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:DGG/monobook.css. |
// CSD AutoReason
importScript('User:^demon/csd.js');
//This script ([[User:ais523/highlightmyname2.js]]) highlights all instances of the
//logged-in user's username on pages by giving them a bright red background. It only
//checks bodyContent, not titles or sidebars, and doesn't change edit windows or Special:Preferences.
importScript('User:ais523/highlightmyname2.js');
//note --from User:Nancy/monobook.js
importScript('User:Mr.Z-man/closeAFD.js');
//not documented for Safari, but Works fine. does what it says
importScript('user:js/watchlist.js');
//this one adda watchlist sorting
importScript('User:Ilmari_Karonen/rollbacksummary.js');
//this one adds edit summaries for rollback.
// <!-- Metadata: see [[Wikipedia:Persondata]] -->
importScript('User:Dr pda/persondata.js'); //[[User:Dr pda/persondata.js]]
//edits persondata
importScript('User:Quarl/util.js');
importScript('User:Quarl/wikipage.js');
importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
importScript('User:AzaToth/twinkle.js');
importScript('Wikipedia:WikiProject Deletion sorting/delsort.js');
//delsort
importScript('User:Mr.Z-man/hideClosedAFD.js');
importScript('User:ais523/editcount.js'); //[[User:ais523/editcount.js]]
//editcounter To use this tool, go onto a user's Contributions page and click on the 'count' tab the script adds there (from [http://en.wikipedia.org/wiki/User:Ais523/editcount]