-
Notifications
You must be signed in to change notification settings - Fork 390
Filtering Modes
ThioJoe edited this page Jan 1, 2022
·
13 revisions
- The Recommended Mode: Hand crafted filters designed to catch every category of scammer/spammer I become aware of
- Designed to have an extremely low false positive rate. Any time I come across even a single false positive, I attempt to make adjustments to avoid that condition.
- Identifies wide range of scammer types, such as WhatsApp scammers and 'sex bot' scammers
- Detects impersonators
- Detects scam links (when new scam domains are found being used in spam comments, I add them to a list file on my 'YT-Spam-Domains-List' repository, so the app can automatically fetch the latest scam domains)
- Also uses multi-part scoring algorithm to detect many elusive spammer types that don't have unique characteristics
- Uses the same checks as Auto-Smart Mode, but certain filtering criteria are more sensitive
- Good for detecting more elusive spammers, but will probably result in more false positives (anywhere from only a few more, to sometimes WAY more)
- Specific Special Characters: Emojis, Unicode Symbols, etc
- Strings: Words, Sentences, Phrases, etc
- Custom Regex Pattern
- Specific Special Characters: Emojis, Unicode Symbols, etc
- Strings: Words, Sentences, Phrases, etc
- Custom Regex Pattern
- Specific Special Characters: Emojis, Unicode Symbols, etc
- Strings: Words, Sentences, Phrases, etc
- Custom Regex Pattern
- Allow Standard + Extended ASCII
- Allow Standard ASCII Only
- NUKE MODE: Allow ONLY Numbers, Letters, and Spaces
Note: If something on this page seems out of date or there is information missing, feel free to submit an issue.