Greasy Fork is available in English.

AntiKappa - Remove chat spam from Twitch.tv

Removes repetitive spam from Twitch.tv. Includes personal r9k mode, and removes caps lock, ascii, repetitive text if you want (and more).

< Valutazione su AntiKappa - Remove chat spam from Twitch.tv

Recensione: OK - lo script funziona, ma ha degli errori.

§
Pubblicato: 13/01/2016

Does not work with ReChat

This script does not work with ReChat. It will hide all messages displayed using ReChat. I have a fix for this, though.

Replace:

return $('.bttvChatSettings').length > 0;

With:

return $('.bttvChatSettings').length > 0 || $('.rechat-chat-line').length > 0;

Replace:

$('ul.chat-lines span.message:not(.AntiKappaAccepted)').each(function(){

With:

$('.chat-lines span.message:not(.AntiKappaAccepted)').each(function(){

Pubblica risposta

Accedi per pubblicare una risposta.