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.
//  
// Script by [[User:Animum]] - Adds 'revert' and 'revert-to' links on contributions pages and page history
// 

document.write('<script type="text/javascript" src="' 
             + 'http://meta.wikimedia.org/w/index.php?title=' + encodeURIComponent('User:Animum/simpleRevert.js')
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');


//  
// Script by [[User:Mr.Z-man]] - Adds 'revert all' tab to move logs to revert all moves by a user - script from [[User:Mr.Z-man/moverevert.js]]
// 

document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=' + encodeURIComponent('User:Mr.Z-man/moverevert.js')
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');


//
// user rights script from [[User:Splarka/sysopdectector.js]]
//

document.write('<script type="text/javascript" src="' 
             + 'http://en.wikipedia.org/w/index.php?title=' + encodeURIComponent('User:Splarka/sysopdectector.js') 
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');

//
// get rid of "Try Beta" link and watchlist legend
//

appendCSS('.no-text-transform {display:none;}');
appendCSS('.mw-rc-label-legend {display:none;}');
appendCSS('#centralNotice {display:none !important;}');