Highlight Phrases - Ephellon/Twitch-Tools GitHub Wiki
Highlight messages across all channels
-
This feature allows you to highlight messages
-
The list is comma-separated (CSV)
How to highlight messages that contain certain words
Enter the text you want to highlight as a comma-separated list.
For instance, to highlight in-text ads you could use:
Case insensitive, matches partial word
merch,promo,sponsor
How to highlight messages that contain certain emotes
Enter the emote name you want to highlight, padded by colons (:
).
Case sensitive, matches entire word
:LUL:,:KEKW:
How to highlight messages from certain users
Enter the username(s) you want to highlight, preceded by @
.
Case insensitive, matches entire word
@username,@otherUsername
How to highlight messages from certain badges
Enter the badge(s) you want to highlight, encased in <>
.
Case insensitive, matches partial word
<badge>,<another badge>
Only part of badge names are required →
<cheer> = <cheer100> <cheer500> ...
<mod> = <moderator>
<bro> = <broadcaster>
How to highlight messages on certain channels
Enter the text you want to highlight, preceded by the channel's name.
Case insensitive
/channelname text-to-hide
/channelname :emote-to-hide:
/channelname @username-to-hide
/channelname <badge-to-hide>
How to highlight messages using JavaScript-based RegExp
Enter the RegExp you want to highlight.
For instance, if you want to highlight all messages that contain the word swear
Case insensitive
swears?
- Will highlight: swear, swears, SWEAR, SWEARS...
- In conjunction with the phrase highlighters, you can also highlight users and emotes by selecting the
favorite
icon from their profile