ABP does not unhide nodes no longer matching :-abp-has(...)

Test links
Problem:
How can I block only newsletter pop-up when filter:
breaks too gallery and I cannot see bigger photos products (magnifier/loupe plugin on site is should not enough for all)?
Overlay/background I can detect by style tag and cut only for newsletter:
Helpful graphics:
Similar bug fixed in uBlock Origin: https://github.com/uBlockOrigin/uBlock- ... issues/341
- Code: Select all
https://www.e-forma.pl/3575,7nutrition-citrulline-malate-b6-250g-cytrulina.html
- Code: Select all
http://homeoapteka.pl/2822,bonimed-ziolowy-balsam-kregowy-ojca-grzegorza-100-g.html
Problem:
How can I block only newsletter pop-up when filter:
- Code: Select all
e-forma.pl,homeoapteka.pl#?##colorbox:-abp-has(#newsletter_colorbox)
breaks too gallery and I cannot see bigger photos products (magnifier/loupe plugin on site is should not enough for all)?
Overlay/background I can detect by style tag and cut only for newsletter:
- Code: Select all
e-forma.pl,homeoapteka.pl###cboxOverlay:not([style="opacity: 0.9; visibility: visible; display: block; cursor: pointer;"])
Helpful graphics:
Similar bug fixed in uBlock Origin: https://github.com/uBlockOrigin/uBlock- ... issues/341