User:Belovedfreak/monobook.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:Belovedfreak/monobook.css. |
importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
importScript('Wikipedia:WikiProject User scripts/Scripts/defaultsort');
importScript('Wikipedia:WikiProject User scripts/Scripts/Unwatch');
importScript('Wikipedia:WikiProject User scripts/Scripts/Formatter');
importScript('Wikipedia:WikiProject User scripts/Scripts/Inline section editor');
// [[User:Outriggr/metadatatest.js]]
importScript('User:Outriggr/metadatatest.js');
assessmentMyTemplateCode = ["{"+"{WPBiography|class=|importance=}}","{"+"{AfricaProject|class=}}","{"+"{WikiProject Africa|class=}}","{"+"{film|class=}}","{"+"{WP Languages|class=}}","{"+"{LGBTProject|class=}}","{"+"{WPUKgeo|class=}}","{"+"{WPE|class=}}","{"+"{Ethnic groups|class=}}"];
assessmentDefaultProject = "WPBiography";
assessmentMarkAsMinor = false;
assessmentOverrideWatchPref = true;
// [[User:Lupin/popups.js]]
importScript('User:Lupin/popups.js');
popupFixDabs = true;
// Script from [[User:AndyZ/peerreviewer.js]]
importScript('User:AndyZ/peerreviewer.js'); //[[User:AndyZ/peerreviewer.js]]
//saving tab
addOnloadHook(addsaveaction);
function addsaveaction() {
if(document.title.indexOf('Editing ') == 0) mw.util.addPortletLink('p-cactions','javascript:document.getElementById("wpSave").click();','save','Save');
}
// skip talk page on categories when assessing - time saver
function catSwapButton() {
if(document.title.indexOf('Category:' == 0)) {
mw.util.addPortletLink('p-cactions','javascript:catSwap();','De-Talkify','ca-catswap','change category links from talk pages to article pages');
}
}
addOnloadHook(catSwapButton)
function catSwap() {
var cat = document.getElementById('mw-pages');
cat.innerHTML = cat.innerHTML.replace(/Talk\:/g,'').replace(/[_\s]talk\:/g,':');
}
//Tags
importScript('User:S/tags.js');
//importScript('User:S/tags_test.js');
// install [[User:Cacycle/wikEd]] in-browser text editor
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript"></' + 'script>');
importScript('User:Quarl/util.js');
importScript('User:Quarl/wikipage.js');
importScript('Wikipedia:WikiProject User scripts/Scripts/Add LI menu');
importStylesheet('Wikipedia:WikiProject User scripts/Scripts/Add LI menu/css');
importScript('Wikipedia:WikiProject Deletion sorting/delsort.js');
importScript('User:Drilnoth/assessortags.js'); //See [[User:Drilnoth/assessortags.js/doc]] for details
importScript('User:Cameltrader/Advisor.js');
// [[User:Dschwen/highlightredirects.js]] - please include this line
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Dschwen/highlightredirects.js'
+ '&action=raw&ctype=text/javascript');
importScript('User:Shubinator/DYKcheck.js'); //DYKcheck tool
importScript('User:Smith609/toolbox.js'); //Ctiation bot
importScript('User:Tony1/monobook.js/script.js'); //Tony1's unlink
importScript('User:Lupin/recent2.js');
importScript('User:Dr_pda/prosesize.js'); //[[User:Dr_pda/prosesize.js]]
importScript('User:Topbanana/RLRL_SR_Utility.js' );