User:MSchnitzler2000/common.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. |
The accompanying .css page for this skin is at User:MSchnitzler2000/common.css. |
// kill Visual Editor
importScript('User:Matma Rex/VE killer.js');
// show link to Wikidata page in Wikipedia article
mw.loader.load("//www.wikidata.org/w/index.php?title=User:Yair rand/WikidataInfo.js&action=raw&ctype=text/javascript");
// display oder hide references
mw.loader.load('https://de.wikipedia.org/w/index.php?title=User:Malte_Schierholz/reftoggle.js'
+ '&action=raw&ctype=text/javascript');
// show admins
document.write('<link rel="stylesheet" type="text/css" href="http://tools.wikimedia.de/~chm/monobook/markadmins.css" />');
// hide navigation bar
NavigationBarShowDefault = 0;
// add purge button
// [[Benutzer:ParaDox/monobook/purge.js]]
document.write('<SCRIPT SRC="http://de.wikipedia.org/w/index.php?title='
+ 'Benutzer:ParaDox/monobook/purge.js&action=raw&ctype=text/javascript&dontcountme=s">'
+ '<\/SCRIPT>');
// translate Interwiki (de User:Revolus)
mw.loader.load('https://de.wikipedia.org/w/index.php?title=Benutzer:Revolus/monobook.js/sidebartranslate.js&action=raw&ctype=text/javascript');
// print paragraphs (de User:Revolus)
mw.loader.load('https://de.wikipedia.org/w/index.php?title=Benutzer:Revolus/monobook.js/printsection.js&action=raw&ctype=text/javascript');
// show a list of wiki links in the article and mark multiple links (de User:Dbenzhuser)
mw.loader.load('https://de.wikipedia.org/w/index.php?title=Benutzer:Dbenzhuser/showRedundantLinks.js&action=raw&ctype=text/javascript');
// rollback with comment (de User:Codeispoetry)
mw.loader.load('https://de.wikipedia.org/w/index.php?title=Benutzer:Codeispoetry/supportFuncs.js&action=raw&ctype=text/javascript');
mw.loader.load('https://de.wikipedia.org/w/index.php?title=Benutzer:D/monobook/api.js&action=raw&ctype=text/javascript');
mw.loader.load('https://de.wikipedia.org/w/index.php?title=Benutzer:Codeispoetry/rollback.js&action=raw&ctype=text/javascript');
// show time of last activity on user page (de User:Schnark)
mw.loader.load('https://de.wikipedia.org/w/index.php?title=Benutzer:Schnark/js/letzteredit.js&action=raw&ctype=text/javascript');
// import BKL check gadget
mw.loader.load('https://de.wikipedia.org/w/index.php?title=MediaWiki:Gadget-bkl-check.js&action=raw&ctype=text/javascript');
// BKL check only in the article namespace
bklCheckOnlyCheckMainNS = true;
// mark featured articles
if( window.bklCheck ) bklCheck.cat['Category:Featured articles'] = {
className : 'fa-link',
titleAppend : '',
htmlAppend : ''
};
// mark good articles
if( window.bklCheck ) bklCheck.cat['Category:Good articles'] = {
className : 'ga-link',
titleAppend : '',
htmlAppend : ''
};
// mark deletion candidates
if( window.bklCheck ) bklCheck.cat['Category:All articles proposed for deletion'] = {
className : 'del-link',
titleAppend : '',
htmlAppend : ''
};