Skip to content

Instantly share code, notes, and snippets.

View Yanis002's full-sized avatar

Yanis Yanis002

View GitHub Profile
@Delivator
Delivator / geogame-firefox-lag-fix.user.js
Last active November 30, 2025 13:50
Fixes a bug where google streetview laggs horribly on 3rd party websites like Geotastic or geoguessr.
// ==UserScript==
// @name Geotastic/guessr lag fix on Firefox Linux
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Spoofs a Chromium-based user agent for geotastic.net and geoguessr.com to potentially improve performance.
// @author Google Gemini 2.5 Pro
// @match *://geotastic.net/*
// @match *://www.geotastic.net/*
// @match *://geoguessr.com/*
// @match *://www.geoguessr.com/*