Twitch chat cleaner

Add spam controls and filters to twitch chat.

这些是代码更新过的版本。 显示所有版本

  • v0.30 2025-04-02

    - 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

  • v0.22 2024-10-27

    Fix for newest twitch changes on dom structure

  • v0.21 2024-05-05

    Fix flickering issues when removing messages.

  • v0.20 2021-08-10

    BREAKING CHANGE

    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
    

    NEW FEATURE

    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.

  • v0.10 2021-01-17 Switch to dark mode by default
  • v0.9 2021-01-17 Fix re-initialisation on navigation and added min-words option
  • v0.8 2020-07-10 Add option to log blocked messages
  • v0.7 2020-07-10 Always log blocked messages
  • v0.6 2020-07-04
  • v0.5 2020-07-03

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址