This removes the disturbing message on the video player of NHK plus
remove the message in NHK plus by kosuke
Details
Authorkosuke
LicenseNo License
Categoryplus.nhk.jp
Created
Updated
Size214 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 plus.nhk.jp/watch/ch/g1
@version 20240930.03.40
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://plus.nhk.jp/watch/") {
.hls-player_message {
display: none
}
}