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.

当前为 2022-01-06 提交的版本,查看 最新版本

作者
MrMike
评分
0 0 0
版本
0.6.0
创建于
2019-08-12
更新于
2022-01-06
大小
3.6 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;