Skip to content

Commit eea55d7

Browse files
committed
🔇 Add additional rule for HBO Max
1 parent e33564a commit eea55d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/script/webAudioSites.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,10 @@ export default class WebAudioSites {
8787
],
8888
'www.paramountplus.com': [{ mode: 'cue', videoCueLanguage: 'en', videoCueRequireShowing: false }],
8989
'play.google.com': [{ className: 'lava-timed-text-window', mode: 'element', subtitleSelector: 'span.lava-timed-text-caption', tagName: 'DIV' }],
90-
'play.hbomax.com': [{ mode: 'elementChild', parentSelectorAll: 'div.class3 > span, div.class28 > span', showSubtitles: 0, tagName: 'SPAN' }],
90+
'play.hbomax.com': [
91+
{ mode: 'elementChild', parentSelectorAll: 'div.class3 > span, div.class28 > span', showSubtitles: 0, tagName: 'SPAN' },
92+
{ mode: 'elementChild', parentSelectorAll: 'div.class2.class1 > span > span', showSubtitles: 0, tagName: 'SPAN' },
93+
],
9194
'www.hulu.com': [
9295
{ className: 'caption-text-box', displaySelector: 'div.caption-text-box', mode: 'element', subtitleSelector: 'p', tagName: 'DIV' },
9396
{ displaySelector: 'div.CaptionBox', mode: 'elementChild', parentSelector: 'div.CaptionBox', tagName: 'P' }

0 commit comments

Comments
 (0)