Skip to content

guessthe.game/p/ by itsjop

Details

Authoritsjop

LicenseNo License

Categoryhttps://guessthe.game/p/

Created

Updated

Size2.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Improvement for guessthe.game. Not thoroughly tested yet.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       guessthe.game/p/
@version    20250114.17.36
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://guessthe.game/p/") {
* {
    transition: 0.3s ease
}
.current-game {
    --game-height: 70vh;
    display: grid;
    grid-template: "currentgame currentgame" auto "currentgame2 currentgame2" auto "game guesses" var(--game-height) "misc misc" auto "result result" auto / 2fr 1fr;
    gap: 0 20px;
    padding: 0 40px;
    width: calc(100% - 80px);
}

.submitButton {
    padding: 0;
}
.Screenshots {
    grid-area: game;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}
.guesses-remaining {
    grid-area: currentgame2;
    margin: 0;
}
.PlayArea {

    margin-top: 0 !important;
    .guess-result {
        padding: 0;
    }
    p {
        padding: 0;
    }
}
.footer {
    justify-self: center;
    grid-area: misc;
    max-width: 500px;
    width: 500px;
    margin: 0;
}
.App {
    max-width: unset !important;
}
.Header {
    margin: 0;
}
.result {
    grid-area: result;
}
.gtm-image-area,
.image-area {
    max-width: 100%;
}
.image-area {
    aspect-ratio: 16/ 9;
    max-height: calc(var(--game-height) - 70px);
}
* {
    box-sizing: unset !important;
}
.gtm-image-area div.game-image,
.image-area div.game-image {
    max-width: unset !important;
}
.game-image img+div{
    transition: 0s;
}
.image-selector {
    margin-left: 55%;
}
.image-area {
    border: 2px solid rgb(30, 41, 59);
    border-radius: 4px;
    width: 100%;
    position: relative;
}
.gtm-image-area div.game-image,
.image-area div.game-image {
    width: 100%;
    height: 100%;
}
.current-game-number {
    padding-bottom: 0 !important;
    grid-area: currentgame;
}
#share-results-btn,
.btn-container,
#guessthe-video,
#guessthegame_sidewall,
.socials,
p.countdown-label,
.linkaff {
    display: none;
}
.footer > p:nth-child(6) {
    display: none;
}
.result > h3:nth-child(8) {
    display: none;
}
.footer > p:nth-child(5) {
    display: none;
}
.btn-container .kufi-button{
    display: none !important;
}
}

Reviews

No reviews yet.