Skip to content

Commit

Permalink
🔇 Audio muting for Peacock TV
Browse files Browse the repository at this point in the history
  • Loading branch information
richardfrost committed Aug 8, 2020
1 parent 17ff0fd commit fca8990
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 @@ -50,6 +50,7 @@ export default class WebAudioSites {
{ mode: 'cue', videoCueLanguage: 'en' }
],
'www.netflix.com': [{ mode: 'element', className: 'player-timedtext-text-container', subtitleSelector: 'span', tagName: 'DIV' }],
'www.peacocktv.com': [{ mode: 'elementChild', parentSelector: 'div.video-player__subtitles > div', subtitleSelector: 'SPAN > SPAN', tagName: 'div' }],
'www.philo.com': [{ mode: 'cue' }],
'app.plex.tv': [
{ mode: 'element', dataPropPresent: 'dialogueId', subtitleSelector: 'span > span', tagName: 'DIV' },
Expand Down

0 comments on commit fca8990

Please sign in to comment.