User:Sceptre/monobook.js
From Wikipedia, the free encyclopedia
If a message on your talk page led you here, please be wary of who left it. The code below could contain malicious content capable of compromising your account; if your account appears to be compromised, it will be blocked. If you are unsure whether the code is safe, you can ask at the appropriate village pump.
Note: After saving, you have to bypass your browser's cache to see the changes. In Internet Explorer and Firefox, hold down the Ctrl key and click the Refresh or Reload button. Opera users have to clear their caches through Tools→Preferences, see the instructions for Opera. Konqueror and Safari users can just click the Reload button.
//<pre><nowiki> //My scripts importScript('User:Sceptre/afc.js'); importScript('User:Sceptre/afd.js'); importScript('User:Sceptre/blp.js'); importScript('User:Sceptre/cattag.js'); importScript('User:Sceptre/ns.js'); importScript('User:Sceptre/redirect.js'); importScript('User:Sceptre/rfa.js'); importScript('User:Sceptre/speedy.js'); importScript('User:Sceptre/relistafd.js'); importScript('User:Sceptre/wordcount.js'); //Other scripts in userspace importScript('User:Lupin/popups.js'); importScript('User:Zocky/PicturePopups.js'); importScript('User:Ais523/selfreftab.js'); importScript('User:Ais523/editcount.js'); importScript('User:Gracenotes/amelvand.js'); //Twinkle popupFixRedirs = true; popupFixDabs = true; popupRedirAutoClick = "wpSave"; if( !document.all ) { importScript('User:AzaToth/morebits.js'); importScript('User:AzaToth/twinklearv.js'); importScript('User:AWeenieMan/furme.js'); importScript('User:AWeenieMan/furmeScroller.js'); TwinkleConfig = { markAIVReportAsMinor : true }; FurMeConfig = { actionOnSubmit : 'save', }; } //And now for something completely different... importScript('User:Misza13/watchlistSorter.js'); importScript('User:Sceptre/automessage.js'); importScript('User:Sceptre/dabfixer.js'); //Stolen of Magnus importScript('User:Sceptre/links.js'); //Wrappers importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu'); importScript('Wikipedia:WikiProject User scripts/Scripts/Add tab'); importScript('Wikipedia:WikiProject User scripts/Scripts/warn.js'); //WP:JS scripts importScript('Wikipedia:WikiProject User scripts/Scripts/Add edit section 0'); importScript('Wikipedia:WikiProject User scripts/Scripts/Replace'); importScript('Wikipedia:WikiProject User scripts/Scripts/Formatter'); // //</nowiki></pre>