rthaut / deviantART-Filter

A browser extension that allows you to filter DeviantArt by user, keyword, and/or category.
https://rthaut.github.io/deviantART-Filter/
GNU General Public License v3.0
31 stars 1 forks source link

Automatically Filter These Kinds Of Posts #230

Open VictorVVictoria opened 1 year ago

VictorVVictoria commented 1 year ago

Another request, automatically filter out posts that have titles that are just a random assortment of numbers and or letters 2 3 1

Fabian42 commented 11 months ago

Regex support in general would be nice. Then this could be implemented using either a relatively simple regex like \d{5,} or a more complex solution, up to this monstrosity that I once created: https://stackoverflow.com/a/76696505/6743127