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== | |
// Sources: http://stackoverflow.com/questions/2246901/how-can-i-use-jquery-in-greasemonkey-scripts-in-google-chrome | |
// @name Mount Fader | |
// @namespace habiticaMountFader | |
// @include https://habitica.com/* | |
// @author Tom Apicella (jquery by Erik Vergobbi Vold & Tyler G. Hicks-Wright) | |
// @description This userscript fades out your mount when you mouse over your hero | |
// ==/UserScript== | |
// a function that loads jQuery and calls a callback function when jQuery has finished loading |