User:O/common.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search
Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: press Ctrl-F5, Mozilla: hold down Shift while clicking Reload (or press Ctrl-Shift-R), Opera/Konqueror: press F5, Safari: hold down Shift + Alt while clicking Reload, Chrome: hold down Shift while clicking Reload.
// Popups options
popupQueriedRevertSummary='Revert to revision $1 by [[Special:Contributions/$3|$3]] ([[User talk:$3|Talk]])';

mw.loader.load("//en.wikipedia.org/w/index.php?title=User:Jsimlo/shortcuts.js&action=raw&ctype=text/javascript&dontcountme=s");
function shortcutsInit () {
  shortcutsAddLink ('Bot edits', 'Special:Contributions/O (bot)');
  shortcutsAddLink ('Special:Upload', 'Special:Upload');
  shortcutsAddLink ('Special:Nuke', 'Special:Nuke');
  shortcutsAddLink ('Undeletion requests', 'Commons:Undeletion requests/Current requests');
  shortcutsAddLink ('Copyvios', 'Category:Copyright violations');
  shortcutsAddLink ('Deletion requests', 'COM:DEL');
  shortcutsAddLink ('Old DRs', 'Commons:Deletion requests/Older discussions');
  shortcutsAddLink ('Category discussions', 'COM:CFD');
  shortcutsAddLink ('CommonsDelinker commands', 'User:CommonsDelinker/commands');
  shortcutsAddLink ('Unblock requests', 'Category:Requests for unblock');
  shortcutsAddLink ('Requests for rights', 'Commons:Requests for rights');
  shortcutsAddLink ('Bot work requests', 'COM:BR');
  shortcutsAddLink ('Batch uploading', 'COM:BATCH');
}