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
30 stars 1 forks source link

Option to Hide Filter Reason/Type Text #186

Closed rthaut closed 3 years ago

rthaut commented 3 years ago

If this idea hasn't been placed already. I would like to see the filtered deviations, hide the display names of the filters on the deviantion/search page when browsing and just show only the DeviantART filter logo. while keeping the user/keywords filtered through the extension

From a review on the Chrome Web Store


This should be a fairly easy implementation, since we are just using CSS to display the applied filter(s) on filtered thumbnails. The best implementation would probably be to just add a class (or attribute) to the body tag (like we do with debug indicators) to control it.