Skip to content

Instantly share code, notes, and snippets.

@n3k0lai
Last active February 27, 2024 14:40
Show Gist options
  • Save n3k0lai/56c669132e6fe7baaace2d8d16522b21 to your computer and use it in GitHub Desktop.
Save n3k0lai/56c669132e6fe7baaace2d8d16522b21 to your computer and use it in GitHub Desktop.
chatterino mega filter
((flags.highlighted) || (flags.system_message) || (flags.first_message) || (author.badges) contains ("Moderator") || (author.badges) contains ("Verified") || (author.badges) contains ("Staff") || (author.badges) contains ("Broadcaster") || (author.badges) contains ("Admin") || (author.badges) contains ("VIP")) && (author.name) != ("Fossabot") && (author.name) != ("Streamlabs") && (author.name) != ("StreamElements") && (author.name) != ("AmazefulBot") && (author.name) != ("Moobot") && (author.name) != ("Nightbot") && (author.name) != ("SchnozeBot") && (author.name) != ("Snusbot") && (author.name) != ("ThePositiveBot") && (author.name) != ("Supibot") && (author.name) != ("BlammoBot")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment