ViolentMonkey script
< 脚本 Allow full screen on embedded Youtube 的反馈
Please post a public URL exhibiting problem.
I've updated script to v3 and it should work with nocookie but it wasn't tested.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Suggestion to add also www.youtube-nocookie.com
Hi, thank you for this script, it is very useful! Some sites by the way embed the no-cookies version of Youtube (www.youtube-nocookie.com), as Qwant does for example. Can you please add that domain too to this script? On my pc I added these lines to the script, also changing iframes from const to var. if(iframes.length==0){ iframes=document.body.querySelectorAll('iframe[src^="https://www.youtube-nocookie.com/embed/"]:not([allowfullscreen])'); }