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.
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.