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

HBO Max Audio Muting Broken #422

Closed
richardfrost opened this issue Jul 22, 2022 · 1 comment
Closed

HBO Max Audio Muting Broken #422

richardfrost opened this issue Jul 22, 2022 · 1 comment
Assignees
Labels
Bug Something isn't working

Comments

@richardfrost
Copy link
Collaborator

🐛 HBO Max Audio Muting Broken

📝 Additional context

It appears there was an update to their website which has broken the ability for the filter to properly detect captions/subtitles.

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

richardfrost commented Jul 23, 2022

This isn't a proper fix, but it does seem like it works at a bare minimum:

{ 
  "play.hbomax.com": [
    {
      "displaySelector": "div[data-testid='CueBoxContainer']",
      "mode": "watcher",
      "subtitleSelector": "div[data-testid='CueBoxContainer'] > div > div > div"
    }
  ]
}

Hiding captions likely won't work very well and they will flash, but muting does seem to work.

To test/use this config, copy/paste it into APF's Options page > Audio tab > Custom Sites config (right-side) and then click the blue "Save" button underneath. Don't forget to refresh your HBO Max tab for the change to take effect.

IMPORTANT: If you use this config, you will need to remember to erase it after the official release gets updated to work with it so you can get the updated config for HBO Max. This is just provided as a temporary solution, or as a way to test out new functionality.

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