您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
To Fix Brave Bug for YouTube Live Chat
当前为
This is to fix the bug for Brave. (YouTube Live Chat)
Target User: Brave
See https://community.brave.com/t/youtube-live-chat-30-sec-delay/
YouTube calls "urlChanged" twice to set the iframe url.
In the first attempt, chatframe.contentDocument
is null. So it will set the src
of the iframe.
In the second attempt, chatframe.contentDocument
is non-null. So it will set the url using chatframe.contentDocument.location.replace
Both Brave and Chrome will do these two attempts. Both attempts are just 10ms aparted.
The difference is, in brave, the first attempt affected the second attempt, but in chrome, the first attempt would not affect the second attempt.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址