Skip to content

isthereanydeal - Disable screenshot carousel by denilsonsa

Details

Authordenilsonsa

LicensePublic Domain

Categoryisthereanydeal

Created

Updated

Code size594 B

Code checksum21978983

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Disables the screnshot carousel at the game page.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           isthereanydeal - Disable screenshot carousel
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Disables the screnshot carousel at the game page.
@author         Denilson
==/UserStyle== */

@-moz-document url-prefix("https://isthereanydeal.com/game/") {
    html .swiper .swiper-wrapper {
        flex-wrap: wrap;
        transform: none !important;
        justify-content: center;
    }
    html .swiper ~ .control--prev,
    html .swiper ~ .control--next,
    html .swiper + .swiper-pagination {
        display: none;
    }
}

Reviews

No reviews yet.