Skip to content

Commit

Permalink
✨ Support muting on stan.com.au
Browse files Browse the repository at this point in the history
  • Loading branch information
richardfrost committed Mar 21, 2020
1 parent 2e8419d commit da1e544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/script/webAudio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export default class WebAudio {
{ mode: 'element', containsSelector: 'div[data-dialogue-id]', subtitleSelector: 'span > span', tagName: 'DIV' }
],
'www.sonycrackle.com': [ { mode: 'text', parentSelector: 'div.clpp-subtitles-container' } ],
'play.stan.com.au': [ { mode: 'text', parentSelector: 'div.clpp-subtitles-container' } ],
'www.syfy.com': [ { mode: 'element', className: 'ttr-line', subtitleSelector: 'span.ttr-cue', tagName: 'DIV' } ],
'www.tntdrama.com': [ { mode: 'cue', videoCueLanguage: 'en', videoSelector: 'video.top-media-element' } ],
'www.universalkids.com': [ { mode: 'element', subtitleSelector: 'div.gwt-HTML', tagName: 'DIV' } ],
Expand Down

0 comments on commit da1e544

Please sign in to comment.