Skip to content

itch.io claim-buy-button top-left by kissaki

Screenshot of itch.io claim-buy-button top-left

Details

Authorkissaki

LicenseAGPL v3

Categoryitch.io

Created

Updated

Size452 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Moves the claim-/buy-button to the top left

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           itch.io claim-buy-button top-left
@namespace      kcode.de
@version        1.0
@description    Moves the claim-/buy-button to the top left
@author         Jan Klass
@license        AGPL-3.0-or-later
==/UserStyle== */
@-moz-document domain("itch.io"), regexp("https://(\\w+\\.)?itch\\.io/.*") {
    .buy_row {
        position: fixed;
        top: 64px;
        left: 12px;
        z-index: 9;
        margin: 0;
    }
}

Reviews

No reviews yet.