User:Rjd0060/global.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
Documentation for this user script can be added at User:Rjd0060/global. |
//
// 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;}');