bjornstar / Tumblr-Savior

Filter your Tumblr dashboard
https://tumblr-savior.bjornstar.com
MIT License
65 stars 19 forks source link

Customizing the hiding method #46

Open wheany opened 8 years ago

wheany commented 8 years ago

Currently the extension hides posts by setting display:none;

This breaks the layout in the search and makes some posts invisible, possibly because tumblr makes some assumptions about the layout in its javascript code.

Would it be possible to add an option to just make all the blacklisted posts transparent (e.g. opacity:0), instead of removing them completely, so the layout doesn't break?