FrostCo / AdvancedProfanityFilter

A browser extension to filter profanity from webpages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disney+ Censors Subtitles, Does Not Mute Audio

PetrusV83 opened this issue Β· comments

Instructions: This template is written in Markdown. Click the "Preview" tab to see what it will look like when submitted. Fill in the applicable sections (you can erase the examples if you'd like).

πŸ› Description

Currently the latest version seems to censor the words in the subtitles, however the audio still plays (not muted). Note that in my country the URL for Disney+ is "www.apps.disneyplus.com". I have added the following code to the custom code section which allowed the profanity extension in Firefox to work (before adding the custom code the extension was disabled and not able to turn on). It seems so far the many of Disney's English subtitles are English [CC]. Not sure if this has something to do with it. So yeah, seems to work in that it recognizes and removes the profanity from the subtitle sentences, but the audio part seems broken as it does not get muted. Hope this makes sense.

--- Code added to Custom Code

{
  "www.disneyplus.com": {
    "mode": "cue",
    "videoSelector": "video.btm-media-client-element"
  }
}

πŸ”€ Steps To Reproduce

  1. Go to 'Only Murders in the Building'
  2. Click on 'Episode 8'
  3. Scroll down to 'Profanity through out, towards end of episode'
  4. See if audio still mutes

βœ”οΈ Expected behavior

Audio + Subtitles to be censored on Disney+

πŸ“· Screenshots

If applicable, add screenshots to help explain your problem.

πŸ’» Details

πŸ“ Additional context

My suspicion might be that I assume in the US the default URL is www.disneyplus.com, whereas outside of the US the URL might be www.apps.disneyplus.com. Possibly if the default code adds this URL to the Disney setup, maybe it will work.

Thanks for including all those details. Could you share which country/region you are trying to watch from? Which version of the extension do you have? I submitted version 2.36.4 last night which should fix Disney+ for South Africa, which also uses www.apps.disneyplus.com.

Thanks Richard

Yip, from SA myself. I got ver 2.36.4 for Firefox. I see in the release notes it says " - Audio muting for Disney+ South Africa".

I removed the custom code for disneyplus and it seems to work now! Amazing!

Thanks again for this awesome extension.

You're welcome, Enjoy!