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

Black box appears when hiding captions/subtitles on Vudu #430

Closed
richardfrost opened this issue Aug 17, 2022 · 2 comments
Closed

Black box appears when hiding captions/subtitles on Vudu #430

richardfrost opened this issue Aug 17, 2022 · 2 comments
Assignees
Labels
Bug Something isn't working

Comments

@richardfrost
Copy link
Collaborator

🐛 Description

When watching a video on Vudu, there is a small black square that moves around the screen.

📝 Additional context

Requested by a user on the Chrome Web Store

@richardfrost richardfrost added the Bug Something isn't working label Aug 17, 2022
@richardfrost richardfrost self-assigned this Aug 17, 2022
@richardfrost
Copy link
Collaborator Author

I think this Custom Site config should fix the problem:

{
  "www.vudu.com": [
    {
      "displaySelector": "div#subtitleContainer > div",
      "mode": "element",
      "subtitleSelector": "span.subtitles",
      "tagName": "DIV"
    }
  ]
}

If you get around to testing it let me know, but I'll plan on updating it on the next release.

@richardfrost
Copy link
Collaborator Author

This is included in Version 2.37.0. If anyone has a chance to test this out, feel free to reply here to report back how it works for you. Thanks!

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

No branches or pull requests

1 participant