Skip to content

Instantly share code, notes, and snippets.

@Err0r404
Last active January 31, 2018 19:30
Show Gist options
  • Save Err0r404/ac693790416c3cecc63bdcb6550abef9 to your computer and use it in GitHub Desktop.
Save Err0r404/ac693790416c3cecc63bdcb6550abef9 to your computer and use it in GitHub Desktop.
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/
// ==/UserScript==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment