ktg5 / YT-HTML5-Player

Recreate the old YouTube player looks using Userscripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Userscript ignores the YouTube Embed player

bbrandis opened this issue · comments

Hello, I noticed that versions released before 2.0 were also able to theme the YouTube Embed player. The post-2.0 versions seem to ignore it, thus breaking compatibility with userscripts like Cosmic Cat, which would greatly benefit from having a 2012-styled player.

I have no idea how that happened, but it will be fixed soon on the main build.
Working on a 2.1.0 version that fixes a good amount of bugs and styling.

Got it fixed! The reason it wasn't working before is that the script would only check if the link it's currently on includes /watch. I forgot to implement something similar to embeds.
I'll close this issue when v2.1.0 releases!