-
Hi, is it possible to change the code so that it would be possible to change the volume of embedded videos on other sites /forums? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Theoretically yes but it would require additional permissions and much code change right now the code is only authorized to run on youtube.com and music.youtube.com domains, the code would also need to be changed since we would need to constantly watch for video's in a page, and also there could also be a few videos in one page Also as of right now, I don't know if I can actually access embedded videos since they are somehow displayed in an empty iframe like so: <iframe width="356" height="200" src="https://www.youtube.com/embed/Aj43zrrQd0o?feature=oembed&enablejsapi=1" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""></iframe>
and I can't figure out how to even access any of the video properties or the youtube api from there |
Beta Was this translation helpful? Give feedback.
-
@Olizja abit late there but I finally figured it out, This feature was included in v1.3.0 |
Beta Was this translation helpful? Give feedback.
@Olizja abit late there but I finally figured it out,
This feature was included in v1.3.0
(following pr #4)