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 GeoGuessr Duels Collector | |
| // @namespace http://tampermonkey.net/ | |
| // @version 3.0 | |
| // @description Fetches full duel & team duel history + captures live games. Shows a floating panel — no console needed. | |
| // @author You | |
| // @match https://www.geoguessr.com/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/UserScript== |
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
| /** | |
| * @file Fetch data from Magic Eden Rpc without getting cloudflare captchas | |
| * @author Pieter Spruijt <pieter@spruijtstudios.com> | |
| */ | |
| /* | |
| First install the package | |
| npm install cloudscraper | |
| */ |