Skip to content

Instantly share code, notes, and snippets.

@ankushg
ankushg / mount_fade_out.user.js
Last active February 7, 2016 17:30 — forked from TApicella/mount_fade_out.user.js
Mount fade out for Habitica (formerly HabitRPG)
// ==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