User:Reece/monobook.js

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Note: After saving, changes may not occur immediately. Click here to learn how to bypass your browser's cache.
  • Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac);
  • Internet Explorer: 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> 
import_script('MediaWiki:Gadget-morebits.js');

// PersonalLinks
$(PLinks)
function PLinks()
{
  AddPersonalLink('http://en.wikibooks.org/wiki/User:Urbane/monobook.js', 
                  'My monobook', 
                  'pt-monobook',
                  'pt-mytalk');
  AddPersonalLink('http://en.wikibooks.org/wiki/User:Urbane/monobook.css', 
                  '.css', 
                  'pt-monobookcss',
                  'pt-monobook');
  AddPersonalLink('http://en.wikibooks.org/wiki/Special:Prefixindex', 
                  'Prefixindex', 
                  'pt-prefixindex',
                  'pt-monobookcss');
  AddPersonalLink('http://en.wikibooks.org/wiki/Category:Candidates_for_speedy_deletion',
                  'Speedy Deletes',
                  'ptspeedydel',
                  'pt-prefixindex');
};