User:Parent5446/monobook.js
From Wikipedia, the free encyclopedia
If a message on your talk page led you here, please be wary of who left it. Code that you insert on this page could contain malicious content capable of compromising your account. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. If this is a .js page, the code will be executed when previewing the page.
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.
//Detect IE5.5+ if (navigator.appVersion.indexOf("MSIE")==-1) { /* <pre> <nowiki> Note: After saving, you have to bypass your browser's cache to see the changes. To do this in Firefox/Mozilla/Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R). If you use Internet Explorer: press Ctrl-F5, Opera/Konqueror: press F5. */ importScript('User:Cacycle/watchlistSorter.js'); //importScript('User:AndyZ/peerreviewer.js'); importScript('User:AWeenieMan/furme.js'); importScript('User:Lupin/recent2.js'); importScript('User:Henrik/js/live-edit-counter.js'); importScript('User:Parent5446/MediaWiki/ForceEditSummary.js'); importScript('User:Ais523/votesymbols.js'); importScript('User:Zocky/PicturePopups.js'); importScript('User:Dr pda/articlehistory.js'); importScript('User:Parent5446/MediaWiki/AdahLinks.js'); importScript('User:Cameltrader/Advisor.js'); // importScript('User:Magnus Manske/less edit clutter.js'); importScript('User:Parent5446/MediaWiki/GadgetDiffs.js'); importScript('User:TheJosh/Scripts/NewPagePatrol.js'); importScript('User:TheJosh/Scripts/RecentChangesPatrol.js'); importScript('Wikipedia:WikiProject Deletion sorting/delsort.js'); importScript('User:Quarl/util.js'); importScript('User:Quarl/wikipage.js'); importScript('Wikipedia:WikiProject User scripts/Scripts/User tabs'); importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu'); importScript('Wikipedia:WikiProject User scripts/Scripts/Compact Navigation'); importScript('Wikipedia:WikiProject User scripts/Scripts/Changes since I last edited'); importScript('User:Interiot/Tool2/code.js'); importScript('User:Parent5446/MediaWiki/AvatarMessaging.js'); importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css'); toolbarLink_PR = true; spellcheck_PR = true; //</nowiki></pre> }