User:EpochFail/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:EpochFail/common.css. |
/**
* No banners
*
* Removes banners for fundraising, etc.
**/
importStylesheet('User:EpochFail/no_banners.css')
/**
* Wikignome
*
* Allows simple editing while reading articles.
**/
WIKIGNOME_TESTING = false
//importScript("User:EpochFail/wikignome.js")
//mw.loader.load("https://localhost/wikignome/localhost.js")
/**
* Mr Clean
*
* Adds a cleanup template picker to reading interface. (Incompatible with Wikignome)
**/
//MRCLEAN_TESTING = true
//importScript("User:EpochFail/mrclean.js")
/**
* NOOB
*/
//importScript("User:EpochFail/NOOB.js")
/**
* Quality Viz by slaporte
*
* Adds a computed quality assessment to the article reader UI. Broken as of 2013-08-08
**/
//importScript("User:EpochFail/qualityviz/system.js")
//importScript("User:EpochFail/DraftTopic.js")
importScript("User:EpochFail/ArticleQuality.js")
importScript("User:EpochFail/DemoScriptOnDiffPage.js")
//importScript("User:Prtksxna/jade-test.js")