Transparentizes the text of the synopsis. Layouts of Netflix video reader sometimes change, I'll keep the script updated.
Netflix Synopsis Remover by skepticalmatt
Details
Authorskepticalmatt
LicenseMIT
Categorynetflix.com
Created
Updated
Size334 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
No requirements.
Source code
/* ==UserStyle==
@name netflix.com - 6/25/2022, 3:10:06 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("netflix.com") {
div.watch-video--evidence-overlay-container p {
color: rgba(0,0,0,0);
}
}