YouTube Hide Chat by Default

Hides chat on YouTube live streams by default

< 腳本YouTube Hide Chat by Default的回應

評論:普通 - 腳本能使用,但有一些問題

§
發表於:2020-08-30

Could work after correction of JS source.
Instead of
if (node.innerText === "HIDE CHAT" ) {
use
if (node.innerText.toUpperCase().includes("HIDE CHAT") ) {

skoshy作者
§
發表於:2020-08-31

Thanks! I added this change to the script, except I made it not use `includes` since I think that could result in some false positive clicks.

發表回覆

登入以回復

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址