AdvancedProfanityFilter
AdvancedProfanityFilter copied to clipboard
Auto-Enable for Netflix
Here's a small suggestion, take it or leave it.
On sites like Netflix you could easily auto-enable captions (english) and then add this CSS to the page:
player-timedtext {
display: none !important;
}
Then you could always have it active even when the subtitles aren't running. You'd of course have to handle the subtitle click, but it would make this plugin much more valuable. ;)
Thanks for the idea! I'll play around with it some and let you know how it goes.