Skip to content

YouTube SFW by wddd

Screenshot of YouTube SFW

Details

Authorwddd

LicenseNo License

Categorywww.youtube.com

Created

Updated

Size682 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

YouTube SFW: only audio. No video. No image.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name          YouTube SFW
@namespace     https://github.com/wdwind/YouTubeSFW
@version       1.0.0
@description   YouTube SFW: only audio. No video. No image.
@author        wddd
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
    .video-stream {
        display: none !important;
    }
    img {
        display: none !important;
    }
    .ytp-ce-video {
        display: none !important;
    }
    .ytp-ce-expanding-image {
        display: none !important;
    }
    .ytp-videowall-still {
        display: none !important;
    }
    div {
        background-image: none !important;
    }
    #progress {
        display: block !important;
    }
}

Reviews

No reviews yet.