User:Huntster/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.
/////////////// // Six tabs; [[Wikipedia:WikiProject User scripts/Scripts/Six tabs]] importScript('Wikipedia:WikiProject User scripts/Scripts/Six tabs'); /////////////// /////////////// // Twinkle; [[WP:TWINKLE]] importScript('User:AzaToth/twinkle.js'); TwinkleConfig = { showSharedIPNotice : false, watchRevertedPages : [ ], watchWarnings : false, }; /////////////// /////////////// // Peer Review script; [[User:AndyZ/peerreviewer]] importScript('User:AndyZ/peerreviewer.js'); /////////////// /////////////// // Admin name highlighter; [[User:Ais523/adminrights.js]] importScript('User:Ais523/adminrights.js'); /////////////// /////////////// // AJAX unwatch; [[User talk:Alex Smotrov/wlunwatch.js]] importScript('User:Alex Smotrov/wlunwatch.js'); /////////////// /////////////// // CommonsHelper Helper [[User:Krimpet/CH2.js]] importScript('User:Krimpet/CH2.js'); /////////////// /////////////// // Modified formatter from Lightmouse [[User:Lightmouse/monobook.js/script.js]] importScript('User:Huntster/monobook.js/lightmousescript.js'); /////////////// /////////////// // Unit formatter by Bobblewik [[User:Bobblewik/monobook.js/unitformatter.js]] //importScript('User:Bobblewik/monobook.js/unitformatter.js'); /////////////// /////////////// // Formatting advisor by Cameltrader [[User:Cameltrader/Advisor.js/Description]] importScript('User:Cameltrader/Advisor.js'); /////////////// /////////////// // Button to access page hit stats function stats() { addPortletLink('p-cactions', 'http://stats.grok.se/en/200803/'+wgPageName, "stats", "ca-stats", "See article stats"); } addOnloadHook(stats); /////////////// /////////////// // Button to check for external link status function chklinks() { addPortletLink('p-cactions', 'http://toolserver.org/~dispenser/cgi-bin/webchecklinks.py?page='+wgPageName, "links", "ca-chklinks", "Check external links"); } addOnloadHook(chklinks); /////////////// /////////////// // Highlight redirects; [[User:Dschwen/highlightredirects.js]] importScript('User:Huntster/monobook.js/highlightredirects.js'); //importScript('User:Dschwen/highlightredirects.js'); /////////////// /////////////// // Edit section 0 //importScript('User:Alex_Smotrov/edittop.js'); /////////////// /////////////// // Lupin's Navigation Popups; [[WP:POPUPS]] // [[User:Lupin/popups.js]] //importScript('User:Lupin/popups.js'); //popupRevertSummaryPrompt=true; // // [[User:Lupin/popupsdev.js]] // importScript('User:Lupin/popupsdev.js'); /////////////// /////////////// // WikED text editor; [[User:Cacycle/wikEd]] //document.write('<script type="text/javascript" src="' //+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js' //+ '&action=raw&ctype=text/javascript"></' + 'script>'); /////////////// /////////////// // Voice of All scripts; [[User:Voice of All/UsefulJS]] // Helper tools //document.write('<script type="text/javascript" src="' // + 'http://en.wikipedia.org/w/index.php?title=User:Voice_of_All/Addtabs/monobook.js' // + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); // UTC clock; [[User:Voice of All/UsefulJS#User:Voice of All/UsefulJS]] //document.write('<script type="text/javascript" src="' // + 'http://en.wikipedia.org/w/index.php?title=User:Voice_of_All/UTCclock.js' // + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); ///////////////

