User:Sardanaphalus/common.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.
/* Customise purge tab's text (https://en.wikipedia.org/w/index.php?title=Wikipedia%3AVillage_pump_%28technical%29&diff=609139326&oldid=609137452) */
$( document ).ready( function() {
	$( 'a', '#ca-purge' ).text( 'refresh' );
});

/* Script – with thanks to User:Frietjes – that adds [sandbox] and [testcases] links beside {{Documentation}}'s heading */
importScript('User:Sardanaphalus/extraDocumentationLinks.js');

// [[user:js/watchlist]]
/* [adds Watchlist functionality] */
if (wgCanonicalSpecialPageName == 'Watchlist') 
  importScript('user:js/watchlist.js');