Jump to content

User:EvanSeeds/monobook.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.
////////////////////////
//   MY OWN SCRIPTS   //
////////////////////////

// Quicklinks
$(function() {
  addPortletLink ('p-tb', wgArticlePath.replace(/\$1/,'WP:CSD'), 'Criteria for Speedy Deletion');
  addPortletLink ('p-tb', wgArticlePath.replace(/\$1/,'WP:AIV'), 'Admin Intervention against Vandalism');
  addPortletLink ('p-tb', wgArticlePath.replace(/\$1/,'WP:AN/I'), "Admin's Noticeboard/Incidents");
  addPortletLink ('p-tb', wgArticlePath.replace(/\$1/,'WP:UAA'), 'Usernames for Admin Attention');
  addPortletLink ('p-tb', wgArticlePath.replace(/\$1/,'WP:SC'), 'Stub categories');
});

////////////////////////
//OTHER USERS' SCRIPTS//
////////////////////////

importScript('User:AzaToth/twinkle.js');
importScript('User:TheJosh/Scripts/NewPagePatrol.js');
importScript('User:Ioeth/friendly.js');