Enables the user to have a bigger map when using the map-maker. It also hides top bar and sidebar.
当前为
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;