":-abp-properties()" seems to have stopped working

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
djibouti
Posts: 16
Joined: Sat Jul 25, 2015 3:13 am

":-abp-properties()" seems to have stopped working

Post by djibouti »

Starting with some version of ABP and/or Firefox the extended CSS selector ":-abp-properties()" seems to have stopped working.

(I realize there's a note about ":-abp-properties()" on https://help.eyeo.com/adblockplus/how-to-write-filters saying
Adblock Plus 1.13.3 or higher for Chrome and Opera is required.
but it's probably outdated, besides, I do remember having ":-abp-properties()" working in Firefox not long ago).


For example, trying to hide the Eyeo logo at the top left on https://help.eyeo.com/adblockplus/how-to-write-filters with the rule

Code: Select all

eyeo.com#?#img:-abp-properties(vertical-align:middle;)
gives no result.

ABP 3.6.3,
FF 69.0.3 (32-bit).
djibouti
Posts: 16
Joined: Sat Jul 25, 2015 3:13 am

Re: ":-abp-properties()" seems to have stopped working

Post by djibouti »

The post at forum/viewtopic.php?f=1&t=64595 suggests reporting ABP-related issues to the bug tracker, https://issues.adblockplus.org, but I simply couldn't find the registration button there, and the login/password for this forum didn't let me log in the tracker...
djibouti
Posts: 16
Joined: Sat Jul 25, 2015 3:13 am

Re: ":-abp-properties()" seems to have stopped working

Post by djibouti »

Turns out all I had to do is to add a space after "vertical-align:", so that the rule would become

Code: Select all

eyeo.com#?#img:-abp-properties(vertical-align: middle;)
Apparently it must be specified exactly the same way as in the stylesheet.
Sorry for taking your time.
Post Reply