carlin-q-scott / browser-media-keys

Lets you control many web players using the media keys on your keyboard.
Mozilla Public License 2.0
123 stars 31 forks source link

Support Udemy.com #130

Closed idr4n closed 7 years ago

idr4n commented 7 years ago

Hi,

Thanks for a great plug-in. Could it be possible to add support for udemy.com? Here they are the html elements of the play, pause, forward and rewind elements:

<button class="vjs-play-control vjs-control vjs-button vjs-paused" type="button" aria-live="polite" title="Play" aria-disabled="false"><span class="vjs-control-text">Play</span></button>
<button class="vjs-play-control vjs-control vjs-button vjs-playing" type="button" aria-live="polite" title="Pause" aria-disabled="false"><span class="vjs-control-text">Pause</span></button>
<div class="rewind__label">15</div>
<div class="forward__label">15</div>

Thanks in advance,