Jump to content

User:GDonato/myshortcuts.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
 importScript('User:Jsimlo/shortcuts-dev.js')
 function shortcutsInit ()
 {
  shortcutsAddLink ('AN', 'Wikipedia:Administrators noticeboard');
  shortcutsAddLink ('AN/I', 'Wikipedia:Administrators noticeboard/Incidents');
  shortcutsAddLink ('CSD', 'Category:Candidates for speedy deletion');
  shortcutsAddLink ('AIV', 'Wikipedia:Administrator intervention against vandalism');
  shortcutsAddLink ('UAA', 'Wikipedia:Usernames for administrator attention');
  shortcutsAddLink ('RFPP', 'Wikipedia:Requests for page protection');
  shortcutsAddLink ('Abuse filter', 'Wikipedia:Abuse Filter');
  shortcutsAddLink ('Recent changes', 'Special:RecentChanges');
  shortcutsAddLink ('Backlogs', 'CAT:AB');
 }