Geoguessr Location Resolver (Works in all modes)

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

< Spätná väzba na Geoguessr Location Resolver (Works in all modes)

Hodnotenie: Dobré - skript funguje

§
Pridaný: 27.10.2023
Upravený: 27.10.2023

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

0x978Autor
§
Pridaný: 27.10.2023
Upravený: 27.10.2023

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');

Pridať odpoveď

Aby ste mohli pridať odpoveď, prihláste sa.