Skip to content

Instantly share code, notes, and snippets.

View Err0r404's full-sized avatar

Julien SCHMITT Err0r404

View GitHub Profile
@Err0r404
Err0r404 / gymhuntr-export.meta.js
Last active January 31, 2018 19:30
Export visible gyms from gymhuntr.com to a json object that can be converrted to csv Raw
// ==UserScript==
// @name Export visible gyms to a json object that can be converrted to csv
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Export gyms to json/csv
// @author Err0r404
// @match https://gymhuntr.com/
// @grant none
// @downloadURL https://gist.githubusercontent.com/Err0r404/1a4ce5a02fc4c6a51d7c38f29bf328c8/raw/
// @updateURL https://gist.githubusercontent.com/Err0r404/ac693790416c3cecc63bdcb6550abef9/raw/
@Err0r404
Err0r404 / gymhuntr-export.js
Last active June 11, 2018 18:43
Export visible gyms from gymhuntr.com to a json object that can be converrted to csv
// ==UserScript==
// @name Export visible gyms to a json object that can be converrted to csv
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Export gyms to json/csv
// @author Err0r404
// @match https://gymhuntr.com/
// @grant none
// @downloadURL https://gist.githubusercontent.com/Err0r404/1a4ce5a02fc4c6a51d7c38f29bf328c8/raw/
// @updateURL
// ==UserScript==
// @name Highlight raids in selected gyms in PokeMontpellier.fr
// @namespace http://tampermonkey.net/
// @version 0.4
// @description Add a bouncing animation to the raids in selected gyms
// @author Err0r404
// @match https://www.pokemontpellier.fr/
// @grant none
// @downloadURL https://gist.githubusercontent.com/Err0r404/5709508524d7f2198459c70a49391fad/raw/
// @updateURL https://gist.githubusercontent.com/Err0r404/50575e1758fdd9f9c0c8836da1da3911/raw/
@Err0r404
Err0r404 / raid-highlight.js
Last active January 28, 2018 10:24
Highlight raids in selected gyms
// ==UserScript==
// @name Highlight raids in selected gyms in PokeMontpellier.fr
// @namespace http://tampermonkey.net/
// @version 0.4
// @description Add a bouncing animation to the raids in selected gyms
// @author Err0r404
// @match https://www.pokemontpellier.fr/
// @grant none
// @downloadURL https://gist.githubusercontent.com/Err0r404/5709508524d7f2198459c70a49391fad/raw/
// @updateURL https://gist.githubusercontent.com/Err0r404/50575e1758fdd9f9c0c8836da1da3911/raw/
// ==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/
@Err0r404
Err0r404 / pokemon-iv-highlight.js
Last active May 3, 2017 16:15
Highlight Pokemon with minimum IV
// ==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==
// @name Highlight Pokemon in PokeMontpellier.fr
// @namespace http://tampermonkey.net/
// @version 0.4
// @description Add a bouncing animation to the Pokemon species you want
// @author Err0r404
// @match https://www.pokemontpellier.fr/
// @grant none
// @downloadURL https://gist.githubusercontent.com/Err0r404/7799395b3c34e4d55e64fd33b0342c36/raw/
// @updateURL https://gist.githubusercontent.com/Err0r404/71c5f4882a4a518e85a1b6ce8b613e67/raw/
@Err0r404
Err0r404 / pokemon-species-highlight.js
Last active April 8, 2020 19:48
Highlight Pokemon species in PokeMontpellier.fr
// ==UserScript==
// @name Highlight Pokemon in PokeMontpellier.fr
// @namespace http://tampermonkey.net/
// @version 0.4
// @description Add a bouncing animation to the Pokemon species you want
// @author Err0r404
// @match https://www.pokemontpellier.fr/
// @grant none
// @downloadURL https://gist.githubusercontent.com/Err0r404/7799395b3c34e4d55e64fd33b0342c36/raw/
// @updateURL https://gist.githubusercontent.com/Err0r404/71c5f4882a4a518e85a1b6ce8b613e67/raw/