Greasy Fork is available in English.

Geoguessr Location Resolver (Works in all modes)

Features: Automatically score 5000 Points | Score randomly between 4500 and 5000 points | Open in Google Maps

< 脚本Geoguessr Location Resolver (Works in all modes)的反馈

评价:好评 - 脚本运行良好

§
发表于:2023-10-27
编辑于:2023-10-27

How can I configure 4 so that Google Maps opens in another window? so I can stream while scripting

0x978作者
§
发表于:2023-10-27
编辑于:2023-10-27

Changing line 190 in the code to the code below has the desired effect :)

window.open(`https://www.google.com/maps/place/${lat},${lon}`, '_blank', 'scrollbars=yes,status=yes');

发表回复

登录以发表回复。