WesselKroos / youtube-ambilight

This browser extension adds ambient light to YouTube videos
MIT License
79 stars 8 forks source link

Add support for non-Youtube video players #251

Closed Misbisto closed 1 week ago

Misbisto commented 1 week ago

I assume it can be done with detection by getElementsByTagName('video') and in case with different players's designs- use drop down menu from extension tab to set up. Something similiar is done with UltraWide plugin, which is capable of detecting videos in any player.

WesselKroos commented 1 week ago

I think you might have missed the pinned duplicate issue #211