From 87e57bb0a47ae765ece2307aaa372b6331e692d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 3 Jan 2024 03:42:46 +0000 Subject: [PATCH] update default_config.json --- dist/default_config.json | 70 +++++++++++++++++++++++++++++----------- 1 file changed, 52 insertions(+), 18 deletions(-) diff --git a/dist/default_config.json b/dist/default_config.json index a70cad1..4ac240c 100644 --- a/dist/default_config.json +++ b/dist/default_config.json @@ -5090,6 +5090,57 @@ "subtitleUrlRegExp": ".*subtitles.*\\.vtt" } }, + { + "id": "hbomax", + "matches": [ + "https://play.max.com" + ], + "excludeSelectors.add": [ + "[data-testid='playerContainer']" + ], + "mutationExcludeSelectors.add": [ + "[data-testid='playerContainer'] *" + ], + "subtitleRule.add": { + "type": "webvtt", + "subtitleUrlRegExp": "\\.vtt$", + "loadingContainerSelector": "[data-testid='playerContainer']" + } + }, + { + "id": "mindvalley", + "matches": [ + "home.mindvalley.com" + ], + "excludeSelectors.add": [ + ".vjs-text-track-display" + ], + "mutationExcludeSelectors.add": [ + ".vjs-text-track-display *" + ], + "subtitleRule.add": { + "type": "webvtt", + "subtitleUrlRegExp": "\\.webvtt$", + "loadingContainerSelector": ".vjs-text-track-display" + } + }, + { + "id": "masterclass", + "matches": [ + "www.masterclass.com" + ], + "excludeSelectors.add": [ + ".vjs-text-track-display" + ], + "mutationExcludeSelectors.add": [ + ".vjs-text-track-display *" + ], + "subtitleRule.add": { + "type": "webvtt", + "subtitleUrlRegExp": "\\.vtt\\?", + "loadingContainerSelector": ".vjs-text-track-display" + } + }, { "id": "itv", "matches": [ @@ -5114,23 +5165,6 @@ "loadingStyle": "bottom: unset; top: 5%;" } }, - { - "id": "hbomax", - "matches": [ - "https://play.max.com" - ], - "excludeSelectors.add": [ - "[data-testid='playerContainer']" - ], - "mutationExcludeSelectors.add": [ - "[data-testid='playerContainer'] *" - ], - "subtitleRule.add": { - "type": "webvtt", - "subtitleUrlRegExp": "\\.vtt$", - "loadingContainerSelector": "[data-testid='playerContainer']" - } - }, { "id": "vimeo", "matches": [ @@ -5393,6 +5427,6 @@ ] } ], - "buildinConfigUpdatedAt": "2024-01-03T03:08:13.402Z", + "buildinConfigUpdatedAt": "2024-01-03T03:42:46.135Z", "latestVersion": "0.12.13" }