User:Vector/monobook.js
From Wikipedia, a free encyclopedia written in simple English for easy reading.
Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror:: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences.
// <pre><nowiki> // Libraries function loadJS(page,lang) { lang = lang || 'simple'; document.write('<script type="text/javascript" src="' + 'http://' + lang + '.wikipedia.org/w/index.php?title=' + page + '&action=raw&ctype=text/javascript&dontcountme=s"></script>'); } // 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>'); // Recent changes loadJS('User:GangstaEB/recent2.js'); // Popups loadJS('User:Lupin/popupsdev.js', 'en'); popupShortcutKeys=true; popupSubpopups=true; popupOnEditSelection=false; popupStructure='shortmenus'; popupImages=false; popupRedlinkRemoval=true; // UTC clock (and purge) 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>');