Greasy Fork镜像 支持简体中文。

GeoGuessr Hide Footprint

Hides GeoGuessr Footprint - This means hidding the author of the photo in the location while playing.

// ==UserScript==
// @name          GeoGuessr Hide Footprint
// @namespace     MrMike/GeoGuessr/HideFootprint
// @version       1.0
// @description   Hides GeoGuessr Footprint - This means hidding the author of the photo in the location while playing.
// @author        MrMike
// @include       /^(https?)?(\:)?(\/\/)?([^\/]*\.)?geoguessr\.com($|\/.*)/
// @grant         GM_addStyle
// @run-at        document-start
// ==/UserScript==

/* jshint esversion: 6 */

GM_addStyle(`
	.gmnoprint, .gm-style-cc{
		display: none;
	}
`);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址