User:AssumeGoodWraith/common.js

This is an old revision of this page, as edited by AssumeGoodWraith (talk | contribs) at 13:34, 28 May 2021. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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.
mw.loader.load( '/w/index.php?title=User:RedWarn/.js&action=raw&ctype=text/javascript' ); // Backlink: [[User:RedWarn/.js]]
$( '#ca-nstab-user a' ).text( 'Humaning page' );
$( '#ca-talk a' ).text( 'Human talking' );
$( '#ca-history a' ).text( 'History of vandalism' );
$( '#ca-edit a' ).text( 'Editor' );

function catsattop() {
  var cats = document.getElementById('catlinks');
  var bc = document.getElementById('bodyContent');
  bc.insertBefore(cats, bc.childNodes[0]);
}