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 Export visible gym from GymHuntr as Meowth's gym matching JSON format | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Export gyms to json/csv | |
// @author danielsguima | |
// @match https://gymhuntr.com/ | |
// @grant none | |
// @downloadURL https://gist.github.com/danielsguima/7721b246ff38401cf8551d046c18acf7/raw/ | |
// @updateURL |