Hide Reddit posts on /r/all if they match specific keywords in the title (supports infinite scroll)
Add or remove entries in the "const blockedKeywords = [" section.
The current filters are trump, kardashina, elon, crypto, taylor swift as seen below. Make sure to save your script after editing
// ADD YOUR BLOCKED POST KEYWORDS HERE
const blockedKeywords = [
'trump',
'kardashian',
'elon',
'crypto',
'taylor swift'
];