Skip to content

Remove youtube community messages or warnings by shamblernaut

Details

Authorshamblernaut

LicenseNo License

Categorywww.youtube.com

Created

Updated

Size290 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Community info messages do a good job of informing the user but can't be minimized or hidden, this single line of CSS hides completely.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         youtube remove infobox
@version      20240311.22.44
@namespace    ?
@description  removes infobox from beneath youtube videos
==/UserStyle== */

@-moz-document url-prefix("https://www.youtube.com/") {
#clarify-box {visibility:hidden; height:0px !important}

}

Reviews

No reviews yet.