Last active
May 3, 2017 16:15
-
-
Save Err0r404/0671325344725f5faa4656a1f8b7a87e to your computer and use it in GitHub Desktop.
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== | |
// @name Highlight Pokemon with minimum IV | |
// @namespace http://tampermonkey.net/ | |
// @version 0.8 | |
// @description [DISABLED] Add a bouncing animation to Pokemon with IV greater or equal to your choice | |
// @author Err0r404 | |
// @match https://www.pokemontpellier.fr/ | |
// @grant none | |
// @downloadURL https://gist.githubusercontent.com/Err0r404/d9e52047caf3591d9bfe88b53ca9c350/raw/ | |
// @updateURL https://gist.githubusercontent.com/Err0r404/0671325344725f5faa4656a1f8b7a87e/raw/ | |
// ==/UserScript== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment