Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vudu not muting #594

Closed
BE-Code opened this issue Nov 20, 2024 · 2 comments
Closed

Vudu not muting #594

BE-Code opened this issue Nov 20, 2024 · 2 comments
Assignees
Labels
Audio Bug Something isn't working

Comments

@BE-Code
Copy link

BE-Code commented Nov 20, 2024

🐛 Description

Muting is not happening on vudu anymore. I believe this is due to their domain changing to https://athome.fandango.com/

🔀 Steps To Reproduce

  1. Go to vudu.com (redirects to https://athome.fandango.com/)
  2. Sign in
  3. Start a movie
  4. Enable captions

✔️ Expected behavior

Tab is muted when captions contain profanity.

💻 Details

  • Device: M2 Macbook Air
  • OS: MacOS 15.1.1
  • Browser: Arc (Chromium)
  • Browser Version: 1.69.0
  • Affected site(s): vudu.com
@BE-Code BE-Code added the Bug Something isn't working label Nov 20, 2024
@richardfrost
Copy link
Collaborator

Thanks for reporting the issue @BE-Code.

Could you give this updated config a try?

{
  "athome.fandango.com": [
    {
      "displaySelector": "div#subtitleContainer > div",
      "iframe": true,
      "mode": "element",
      "subtitleSelector": "span.subtitles",
      "tagName": "DIV"
    }
  ]
}

To use this config, paste it into the Custom Sites area (Options page > Audio tab) and click the blue "SAVE" button underneath it. Then, make sure to refresh the tab for the video site (if you have it open still) and it will load this new configuration.

For best results, make sure to remove any custom config used for testing like this once it has been included in the official update.

@richardfrost richardfrost self-assigned this Nov 22, 2024
@richardfrost
Copy link
Collaborator

This has been added in version 4.0.0. Feel free to respond here if you are having trouble with this site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Audio Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants