Skip to content

Invidious-suckless by anakojm

Screenshot of Invidious-suckless

Details

Authoranakojm

LicenseGNU GPL V3

Categoryinvidious

Created

Updated

Size2.3 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Make invidious suck less by removing the bloat like thumbnail, next videos, video title capitalization etc.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name          Invidious-suckless
@description   Make invidious suckless by removing the bloat
@author        anakojm
@version       0.0.4
@namespace     https://userstyles.world/user/anakojm
@license       GNU GPL V3
==/UserStyle== */

@-moz-document regexp("^https?:\\/\\/(inv\\.bp\\.projectsegfau\\.lt|inv\\.odyssey346\\.dev|inv\\.riverside\\.rocks|inv\\.vern\\.cc|invidio\\.xamh\\.de|invidious\\.baczek\\.me|invidious\\.dhusch\\.de|invidious\\.drivet\\.xyz|invidious\\.esmailelbob\\.xyz|invidious\\.flokinet\\.to|invidious\\.namazso\\.eu|invidious\\.nerdvpn\\.de|invidious\\.privacydev\\.net|invidious\\.slipfox\\.xyz|invidious\\.snopyta\\.org|invidious\\.tiekoetter\\.com|invidious\\.weblibre\\.org|y\\.com\\.sb|yewtu\\.be|yt\\.funami\\.tech)(.+)$") {
    /* regex from https://userstyles.world/style/2447/material-invidious */
    .feed-menu,
    i.icon.ion.ion-md-checkmark,
    footer,
    .ion-logo-youtube,
    .pure-u-lg-3-5 > .h-box > p > button.pure-button,
    .thumbnail img,
    #watch-on-youtube,
    #family_friendly,
    label[for=descexpansionbutton],
    div.pure-u-1.pure-u-lg-1-5 > div > h5,
    div.pure-u-1.pure-u-lg-1-5 > div > a,
    div.pure-u-1.pure-u-lg-1-5 > div > div {
        display: none!important;
    }

    .thumbnail {
        padding: 0px!important;
    }

    .pure-u-md-1-4 > .h-box > * > a > p,
    h1 {
        text-transform: lowercase;
    }

    div.pure-u-lg-3-5 > div.h-box > a,
    div.pure-u-lg-3-5 > div.h-box > p {
        display: inline-block!important
    }

    #published-date {
        display: flex!important
    }

    #descexpansionbutton ~ div {
        overflow: show;
        height: inherit;
    }

    /* taken from https://greasyfork.org/en/scripts/400263-full-theater-invidious */
    .pure-u-md-2-24 {
        width: 0;
    }

    .pure-u-md-20-24 {
        width: 100%;
    }

    .navbar {
        left: 0;
        right: 0;
        margin: 0;
    }


    #player-container {
        padding-bottom: 100vh;
        padding-left: 0;
        padding-right: 0;
    }

    .player-dimensions.vjs-fluid {
        padding-top: 100vh;
    }

    .vjs-big-play-button {
        top: calc(50% - 45px / 2) !important;
        left: calc(50% - 90px / 2) !important;
    }
}

Reviews

No reviews yet.