Greasy Fork is available in English.

GC - Gormball character selector and prize logger

Remembers your last played character and up to 100 prizes

Автор
msjanny
Щоденних встановлень
0
Всього встановлень
237
Рейтинги
0 0 0
Версія
0.3.1
Створено
14.11.2022
Оновлено
16.12.2022
Ліцензія
Н/Д
Відноситься до

Click the gormball animated gif to select your last played character. Also logs up to 100 prizes.
Here's some sidebar CSS to go with this script! (edited by Cash)

.gorm-center input[type=submit] {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    width: 480px;
    height: 480px;
    background: none !important;
    color: #fff;
    font-weight: bold;
    font-size: 3em;
    text-shadow: #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px
    }
.button-group input[value="Continue!"], .button-group input[value="Play Again"] {
    position: absolute;
    top: 178px;
    left: 198px;
    margin: 0;
    width: 480px;
    height: 240px;
    background: none !important;
    color: #fff;
    font-weight: bold;
    font-size: 3em;
    text-shadow: #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px, #000 0 0 4px
    }
.gorm-center {
    position: relative
    }