Skip to content

Commit

Permalink
🔇 Audio muting for Row8
Browse files Browse the repository at this point in the history
  • Loading branch information
richardfrost committed Aug 15, 2022
1 parent 1d6a4b5 commit 7585f93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/script/webAudioSites.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ export const supportedSites: AudioSites = {
'www.redbox.com': [{ mode: 'elementChild', parentSelector: 'div.rb-text-container', subtitleSelector: 'SPAN > SPAN', tagName: 'DIV' }],
'watch.redeemtv.com': [{ convertBreaks: true, displaySelector: 'div.vp-captions', mode: 'elementChild', parentSelector: 'div.vp-captions', tagName: 'SPAN' }],
'therokuchannel.roku.com': [{ mode: 'element', subtitleSelector: 'div.vjs-text-track-cue > div', tagName: 'DIV' }],
'row8.com': [{ iframe: false, mode: 'watcher', parentSelector: 'div.vjs-text-track-display div.vjs-text-track-cue', subtitleSelector: 'div', videoSelector: 'app-videojs-player video' }],
'www.sbs.com.au': [{ className: 'bmpui-subtitle-region-container', mode: 'element', subtitleSelector: 'DIV.bmpui-container-wrapper > SPAN.bmpui-ui-subtitle-label > SPAN', tagName: 'DIV' }],
'www.showmax.com': [{ ignoreMutations: true, mode: 'elementChild', parentSelector: 'div.contentWrapper > div.subtitles--3EXhT', simpleUnmute: true, tagName: '#text' }],
'www.showtime.com': [{ mode: 'cue', videoCueHideCues: true, videoCueLanguage: 'en', videoCueRequireShowing: false }],
Expand Down

0 comments on commit 7585f93

Please sign in to comment.