YouTube Hide Chat by Default

Hides chat on YouTube live streams by default

< Opiniones de YouTube Hide Chat by Default

Puntuación: Pasable; el script funciona, pero tiene carencias importantes

§
Publicado: 30/08/2020

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

skoshyAutor
§
Publicado: 31/08/2020

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.

Publicar respuesta

Inicia sesión para responder.