Skip to content

Commit

Permalink
fix: remove hbo from max service
Browse files Browse the repository at this point in the history
  • Loading branch information
drodil committed Aug 6, 2024
1 parent a150803 commit 0fd8c42
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Features some useful keyboard shortcuts to control videos in the window.
Chrome: https://chrome.google.com/webstore/detail/pbehcnkdmffkllmlfjpblpjhflnafioo/
Firefox: https://addons.mozilla.org/en-US/firefox/addon/youtube-auto-pause/

**Manually (chrome)**
**Manually (Chrome)**

1. Clone the repository
2. Start chrome
Expand All @@ -24,7 +24,7 @@ Firefox: https://addons.mozilla.org/en-US/firefox/addon/youtube-auto-pause/
5. Click on "Load unpacked"
6. Select the `chrome` directory in the repository

**Manually (firefox)**
**Manually (Firefox)**

1. Clone the repository
2. Start firefox
Expand All @@ -39,7 +39,11 @@ Firefox: https://addons.mozilla.org/en-US/firefox/addon/youtube-auto-pause/
- Youtube Kids
- Vimeo
- Netflix
- ... More to come, please contribute! (also see TODO)
- Prime Video
- Max
- Disney+
- Twitch
- Udacity

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"https://*.netflix.com/watch/*",
"https://*.youtubekids.com/*",
"https://*.primevideo.com/*",
"https://*.hbomax.com/*",
"https://*.max.com/*",
"https://*.disneyplus.com/*",
"https://*.twitch.tv/*",
"https://*.udacity.com/*"
Expand Down Expand Up @@ -51,7 +51,7 @@
"https://*.vimeo.com/*",
"https://*.netflix.com/watch/*",
"https://*.primevideo.com/*",
"https://*.hbomax.com/*",
"https://*.max.com/*",
"https://*.disneyplus.com/*",
"https://*.twitch.tv/*",
"https://*.udacity.com/*"
Expand Down

0 comments on commit 0fd8c42

Please sign in to comment.