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

Option to Make/Leave Filtered Thumbnails Clickable #149

Closed rthaut closed 3 years ago

rthaut commented 4 years ago

I think that it would be nice if you could still click on a deviation even if its hidden. After all, there are false positives sometimes!

From https://www.deviantart.com/comments/1/414321293/4871263228


This would probably need to be opt-in functionality (default disabled/off), but it should be a fairly easy implementation, since we are just using CSS to block pointer events 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.