Richard Frost
Richard Frost
This has now been added to version [2.7.0](https://github.com/richardfrost/AdvancedProfanityFilter/releases/tag/2.7.0) Please give it a try and report back how it works. Thanks! _2.7.0 has been submitted to all the browser stores, but...
Alright, from what I can tell, CC1 is using the auto-generated code, and DTVCC1 is using the the more standard audio muting code. In the media that I have observed,...
Thanks for raising the issue! I actually added this ability to the [code](https://github.com/richardfrost/AdvancedProfanityFilter/pull/231) in version [2.8.1](https://github.com/richardfrost/AdvancedProfanityFilter/releases/tag/2.8.1). That being said, I haven't created any interface for it yet (no eta either,...
Yeah, the Chrome release got held up, but it should hopefully be released in the next day or two. Firefox is usually really quick to approve the submission, so that...
@nunyabeeswax7 Unfortunately the `unmuteDelay` option is only one way (extending how long to mute). That's because all the audio muting methods (aside from `Cue`) only have the caption/subtitle data when...
@nunyabeeswax7 The option is discussed in [this comment](https://github.com/richardfrost/AdvancedProfanityFilter/issues/241#issuecomment-671488829), but basically you can copy the config from an existing site, put it into the custom audio sites box, and then add...
Unfortunately it really isn't feasible to support blocking of an entire language by default in this extension, and is probably not something I can offer. However, using existing features you...
Thanks for the suggestions. Unfortunately processing images is not in the realm of possibility for the extension right now. There just really aren't good options for processing text inside images...
@tonyram57 It really is a frustrating problem. Unfortunately OCR (which is the process for identifying text in images) still takes way too long to be feasible. It can take multiple...
@tonyram57 Sorry, turns out that was just for whatsapp. But in my above note, if there isn't something like that that exists, we could probably look at building that.