User:Herbythyme/vector.js

From Wikiquote
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
// [[User:Jsimlo/shortcuts.js]]
 document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:Jsimlo/shortcuts.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
 
 function shortcutsInit ()
 {

  shortcutsAddLink ('Salt', 'WQ:SALT');
  shortcutsAddLink ('Ipblocklist', 'Special:Ipblocklist');
  shortcutsAddLink ('Deleted contribs', 'Special:DeletedContributions');
  shortcutsAddLink ('New pages', 'Special:Newpages');
  shortcutsAddLink ('Unwatched', 'Special:Unwatchedpages');
  shortcutsAddLink ('Links', 'special:linksearch');
  shortcutsAddLink ('Prefix', 'Special:Prefixindex');
  shortcutsAddLink ('Shorts', 'Special:Shortpages');
  shortcutsAddLink ('Monobook', 'User:Herbythyme/monobook.js');
 }

// [[User:Lupin/popups.js]]

mw.loader.load(
             'https://en.wikipedia.org/w/index.php?title=User:Lupin/popups.js'
             + '&action=raw&ctype=text/javascript&dontcountme=s');

// [[User:Invitatious/unsigned2.js]] - unsigned comments script (enwiki)
document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=User:Invitatious/unsigned2.js' 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');