Skip to content

anitaku.pe: scale video contents by sbebe

Details

Authorsbebe

LicenseNo License

Categoryanitaku.pe

Created

Updated

Size546 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Gogoanime: scale video contents to webpage

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           anitaku.pe
@namespace      https://userstyles.world/user/sbebe
@version        1.0.0
@description    Gogoanime: scale video contents to webpage
@author         sbebe
==/UserStyle== */

@-moz-document domain("anitaku.pe") {
    @media only screen and (min-width: 1088px) {
        #wrapper_inside, #wrapper {
            width: 100%;
        }
        section.content section.content_left {
            width: 73%;
        }
        section.content section.content_right {
            width: 26%;
        }
    }
}

Reviews

No reviews yet.