Hides annoying banners on Geoguessr.com
Geoguessr tweaks by rybak
Details
Authorrybak
LicenseWTFPL http://www.wtfpl.net/
CategoryGeoguessr
Created
Updated
Size462 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Geoguessr tweaks
@namespace userstyles.world
@version 1
@description Hides annoying banners on Geoguessr.com.
@author andrybak
==/UserStyle== */
@-moz-document url-prefix("https://www.geoguessr.com/game") {
footer {
display: none !important;
}
canvas {
height: 100% !important;
}
header {
display: none !important;
}
.game-layout {
padding-top: 0 !important;
}
}