lichess.org
Donate

Disable streamers option

Would like to remove streamers from my viewing space. Is there a button for this. I already looked through fact page and user preferences. Thanks.

Please could one add a disable button.

On the client end to just not request that information maybe user preferences or something

Thanks again.
If you mean the list of streamers in the top-left-corner on the main page:
On firefox: go on the browser menu>web developer>web developer tools, click on console and type in the following commands:
var e = document.getElementsByClassName("stream highlight")
var z = e.length
for (var a=0;a<z;a++) e.item(0).remove()
On chrome based browsers, you can probably also find a console somewhere and type in the same commands

Maybe someone can write a browser extension that does this automatically (shouldn't be very difficult)
@debrx You don't need JavaScript for that. You can simple use a user-style like this: ".lobby__streams { display: none; }"
This is on a mobile site so I can not edit Javascript.
Thanks guys.

This topic has been archived and can no longer be replied to.