Skip to content

Instantly share code, notes, and snippets.

@Zer0t3ch
Last active December 18, 2015 22:50
Show Gist options
  • Save Zer0t3ch/5f083e0de40aa5995450 to your computer and use it in GitHub Desktop.
Save Zer0t3ch/5f083e0de40aa5995450 to your computer and use it in GitHub Desktop.
A dark userscript theme for Habitica.com
// ==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==
// ==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