diff --git a/entrypoints/content.ts b/entrypoints/content.ts index 00fcfc7..9e4caf9 100644 --- a/entrypoints/content.ts +++ b/entrypoints/content.ts @@ -13,7 +13,7 @@ interface observerOptions { } export default defineContentScript({ - matches: ["*://app.plex.tv/*", "http://*/web/*"], + matches: ["*://app.plex.tv/*", "*://*/web/*"], main() { enablePlexSkipper.watch((newValue: boolean, oldValue: boolean) => { if (!newValue) {