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 02:55, 13 December 2013 (local wikignome). 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_DEV = true
//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")


/**
* 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")