GeoGuessr Bigger Map on Map-Maker

Enables the user to have a bigger map when using the map-maker. It also hides top bar and sidebar.

目前為 2021-09-07 提交的版本,檢視 最新版本

作者
MrMike
評價
0 0 0
版本
0.5.0
建立日期
2019-08-12
更新日期
2021-09-07
尺寸
4.2 KB
授權條款
未知
腳本執行於

This Script helps Map Makers on GeoGuessr by making the map and the StreetView window bigger.

In the script edit this lines to change behavior

Enable this if you want the delete key to delete the current location not having to go click the delete button set the value either true or false

const ENABLE_DELETE_KEY = true;

It will show a message when leaving the page by closing the tab or refreshing (Prevents loosing unsaved changes) it's not yet perfect as you can still leave the page by clicking some link, but at least it's something. (values true or false)

const ENABLE_LEAVE_PAGE_PREVENTION = true;