Skip to content

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

Hides annoying banners on Geoguessr.com

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;
}
}

Reviews

No reviews yet.