This file contains hidden or 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
| function node_colors -d "Sets the color theme based on current node version" | |
| set node_version (node_version) | |
| set theme_red red | |
| set theme_orange EECC22 | |
| set theme_green green | |
| set theme_blue blue | |
| set theme_violet 8822EE | |
| set theme_none normal |
This file contains hidden or 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== | |
| // @name Stage / Manatee | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.7 | |
| // @description Makes the "Manage" button nicer | |
| // @author Thykka | |
| // @match https://*.stage.crasman.fi/admin/* | |
| // @match https://*.studio.crasman.fi/* | |
| // @grant none | |
| // @updateURL https://gist.github.com/thykka/5785e2c8595d151f9a9460f1c3eb6cb6/raw/manatee.user.js |