Greasy Fork is available in English.

YouTube Hide Chat by Default

Hides chat on YouTube live streams by default

< Rückmeldungen auf YouTube Hide Chat by Default

Rezension: OK - Skript funktioniert, hat aber Fehler

§
Veröffentlicht: 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") ) {

skoshyVerfasser
§
Veröffentlicht: 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.

Antwort schreiben

Anmelden um eine Antwort zu senden.