User:Liz/monobook.js
Appearance
< User:Liz
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. |
The accompanying .css page for this skin can be added at User:Liz/monobook.css. |
importScript('User:TheJosh/Scripts/NewPagePatrol.js');
importScript('User:Scottywong/diffconverter.js'); //[[User:Scottywong/diffconverter.js]]
// install User:Cacycle/wikEdDiff enhanced diff view using ajax
importScript('User:Cacycle/wikEdDiff.js');
//Mark blocked users
//Highlight Admins
//Userpage info
importScript('User:Gary/userinfo.js');
importScript('User:VoA/monobook.js');
//[[Category:Wikipedians who use RC script]]
//Easyblock
importScript('User:Animum/easyblock.js');
//CSD Deleter and Decliner
importScript('User:Ale_jrb/Scripts/csdcheck.js');
var notifyByDefaultDel = true;
importScript('User:Ale_jrb/Scripts/csdhelper.js');
//Mark blocked users
mw.loader.load('https://ru.wikipedia.org/w/index.php?title=MediaWiki:Gadget-markblocked.js&action=raw&ctype=text/javascript');
// Loader script for CommonsHelper Labs (originally by Krimpet, updated by Superm401)
// Released into the public domain
if ( mw.config.get( 'wgCanonicalNamespace' ) === 'File' )
{
var page = 'User:Superm401/CommonsHelper Labs.js';
var url = '//commons.wikimedia.org/w'
+ '/index.php?title='
+ encodeURIComponent( page.replace( / /g, '_' ) )
+ '&action=raw&ctype=text/javascript';
mw.loader.load( url );
}