Add spam controls and filters to twitch chat.
這裡只顯示彼此間有代碼差異的版本。 顯示所有版本。
- Can now resize the container- Fixed bug when the "allow messages containing" field was empty- Can now close the popup also clicking anywhere outside- Improved styles a bit
Fix for newest twitch changes on dom structure
Fix flickering issues when removing messages.
Regular expression handling has been updated to be more flexible. When a filter is a regular expression, we now test the whole message, not each word as it did previously.
That means that all your regex filters will break. To have them work exactly as before, replace:
/pog/
with
/.*pog.*/i
There's a new configuration in the form for "allow words". Messages containing any of the configured words will be allowed, overriding any other filters. This is useful, for example, to always display messages @'ing you.