Jump to content

User:EpochFail/common.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by EpochFail (talk | contribs) at 21:03, 22 January 2020 (rm DraftTopic). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/**
* 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")
//importScriptURI("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:Prtksxna/jade-test.js")