A stylus theme that completely blocks youtube by erasing all content from the website.
Youtube Blocker by CosmoCreeper
Details
AuthorCosmoCreeper
LicenseNo License
Categoryyoutube.com
Created
Updated
Size257 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name I am cool
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("youtube.com") {
* {
display: none;
}
}