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.

发表回复

登录以发表回复。