您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Displays GeoGuessr location in a dragable infobox. Press '1' to toggle the info, '2' to switch views. For educational use.
This is a user script for Tampermonkey that displays helpful information about the current round in GeoGuessr. It works by intercepting and reading the game's network requests to provide you with the exact location data.
This script is intended for educational purposes only, such as for content creation or understanding how GeoGuessr fetches its data.
1
: Show or hide the location info box.2
: Switch the view between coordinates (lat/lng) and country info (name/flag).The integrity of any competitive game relies on the honesty of its players. Using this script during any ranked gameplay, such as Duels, Battle Royale, or Team Duels, is cheating.
Cheating undermines the spirit of the game. The enjoyment of GeoGuessr comes from testing and improving your own deductive skills, not from exploiting the game's data. Using a tool like this in a competitive setting devalues the effort of other players and spoils the fun for the entire community.
This script includes a feature that automatically disables it when a competitive game mode is detected. This is a "good faith" measure to prevent accidental cheating. Please respect the game and its players by not attempting to circumvent this feature.
Play fair. The satisfaction of a well-earned victory is far greater than that of a hollow one.
The script intercepts fetch
requests made by the GeoGuessr website. When it detects a request to the game's API containing round data, it performs two actions:
This information is then displayed in a small, movable box on the screen.
This script is provided as-is. The user assumes all responsibility for its use. The author is not responsible for any consequences that may arise from using this script, including any actions taken against your GeoGuessr account.