-
Notifications
You must be signed in to change notification settings - Fork 0
Home
You can view/change the content rules by clicking the button in the address bar to open the pop-up
You can mouse-over a setting to see what it does, detailed explanations below.
Content containing the words below will be removed from chat if the Hide Bots
setting is active
StreamElements
Streamlabs
SoundAlerts
Moobot
Nightbot
Fossabot
DeepBot
WizeBot
PhantomBot
Streamlabs Chatbot
Botisimo
TwitchBot
Content containing the words below will be removed from chat if the Hide Commands
setting is active
!join
!gamble
!following
!followage
!links
!points
!hype
!uptime
!commands
!watchtime
!socials
!donate
!schedule
!vote
!specs
!sens
!party
!song
!playing
!game
!music
!patch
!event
Click the settings cog to open the removed message history in a new tab
You can download the list of content rules any time by clicking the download button in the pop-up window
The simplest way to create a rule is to use a basic text match. However, remember that simpler rules can have broader effects.
ExampleUser # Blocks ANY content containing "ExampleUser"
!commands # Blocks ANY content containing "!commands"
To block specific users:
display-name=NightBot
display-name=StreamElements
This only blocks messages from these exact usernames.
To block specific message patterns:
:this is an example message # Blocks this exact message
example phrase # Blocks messages containing this phrase
!gamble # Blocks messages containing this command
discord.gg # Blocks Discord invite links
For more precise user blocking:
user-id=19264788 # Blocks Nightbot (more reliable than display-name)
Advantage: User IDs never change, even if the user changes their display name.
emote-only=1 # Blocks emote-only messages
first-msg=1 # Blocks first-time chatters
Block based on user categories:
user-type=mod
-
Be Specific
- ❌ Bad:
hello
(blocks any message containing "hello") - ✅ Good:
display-name=SpamBot123
(blocks specific user)
- ❌ Bad:
-
Common Bot Blocking
display-name=StreamElements display-name=Nightbot display-name=Moobot display-name=Fossabot
-
Common Command Blocking
!join !gamble !followage !watchtime
- You can see output from messages that are not blocked when
Debug Mode
is turned on - The output can be used to create content rules.
- Rules are case-sensitive
- More specific rules reduce false positives
- The extension stores rules locally for privacy
- Does not filter your own comments unless you refresh
This was supposed to be a 10 minute project