Last active
December 18, 2015 22:50
-
-
Save Zer0t3ch/5f083e0de40aa5995450 to your computer and use it in GitHub Desktop.
A dark userscript theme for Habitica.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// -- General metadata | |
// @name Habitica Dark (by Zer0t3ch) | |
// @namespace http://zer0t3ch.com/ | |
// @description Recolors Habitica.com to a darker style | |
// @copyright 2015+, Zachary "Zer0t3ch" Hill | |
// @match https://habitica.com/* | |
// | |
// -- Update metadata | |
// @version 0.0.07 | |
// @updateVersion 0007 | |
// @updateURL https://gist.githubusercontent.com/Zer0t3ch/5f083e0de40aa5995450/raw/habitica-dark.meta.js | |
// @downloadURL https://gist.githubusercontent.com/Zer0t3ch/5f083e0de40aa5995450/raw/habitica-dark.user.js | |
// | |
// -- Runtime metadata | |
// @run-at document-idle | |
// ==/UserScript== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// -- General metadata | |
// @name Habitica Dark (by Zer0t3ch) | |
// @namespace http://zer0t3ch.com/ | |
// @description Recolors Habitica.com to a darker style | |
// @copyright 2015+, Zachary "Zer0t3ch" Hill | |
// @match https://habitica.com/* | |
// | |
// -- Update metadata | |
// @version 0.0.07 | |
// @updateVersion 0007 | |
// @updateURL https://gist.githubusercontent.com/Zer0t3ch/5f083e0de40aa5995450/raw/habitica-dark.meta.js | |
// @downloadURL https://gist.githubusercontent.com/Zer0t3ch/5f083e0de40aa5995450/raw/habitica-dark.user.js | |
// | |
// -- Runtime metadata | |
// @run-at document-idle | |
// ==/UserScript== | |
// require http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js | |
$('a[href="#/tasks"] span').innerHTML = 'TASKS'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment