Skip to content

Spoiler free YT by skasi

Screenshot of Spoiler free YT

Details

Authorskasi

LicenseNo License

Categoryyoutube

Created

Updated

Size484 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple style to hide progress information and video suggestions.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Spoiler free YT
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Simple style to hide progress information and video suggestions.
@author         Skasi
==/UserStyle== */

@-moz-document domain("youtube.com") {
    .ytp-progress-bar-container, .ytp-time-duration, #related, .ytp-ce-element {
        display: none;
    }

    .ytp-time-separator:after {
        content: '??:?? (no spoilers!)';
    }
}

Reviews

No reviews yet.