-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"toggle cosmetic filtering" no longer affects net-blocked element collapsing #1146
Comments
It's because the cosmetic filtering switch was not properly implemented, it was causing both cosmetic filters and the collapsing of blocked elements through network filtering to be disabled. The purpose of the cosmetic filtering switch is to toggle only cosmetic filters, not the collapse of the placeholder of blocked network requests. One could disable cosmetic filtering globally ( |
Thanks for looking into this. |
For future reference for myself, the code change occurred in 9c12ef0. |
Since a while now, I have been playing with the idea of providing "hidden" settings; settings which do not have a UI counterparts, but can be toggled on/off through the browser's specific UI (like Doing so would make it more easy for me to provide the kind of very specific behavior you want here. I think I will go ahead with this idea, as this will also allow me to also provide other customization settings which have been requested by a minority of users, but for which I do not want to provide a UI counterpart -- which would require more UI code, localization, documentation, etc. and drown the UI settings which are really relevant for the majority of users. |
Sounds good, i think every project i coded for or used has some form of "advanced"/hidden settings. |
Closing, this would be far from trivial with no benefits for the wide majority of users justifying the development efforts, increased code complexity and risks of regression. |
Recently since autoupdate to ~v1.5 rules like "no-cosmetic-filtering: 2ch.hk true" or eye icon in popup have no effect for me.
I have images/scripts blocked.
Previously, it showed placeholder/empty block for images, now it always hides them.
Can you see if it happens for you too?
The text was updated successfully, but these errors were encountered: