-
|
I was just looking into making a new ebay sponsored filter as per a reddit request, but it looks like the only difference between sponsored and non-sponsored results is that the non-sponsored ones have "Sponsored" text set to "transparent", while the actual sponsored items use a variable. I tried using Any ideas how to address this? I know they use different classes, but I've no way of knowing if they're the same classes for everybody or if they're changing periodically. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Are you sure getComputedStyle returns transparent? matches-css is tricky, because it works only on values returned by getComputedStyle, not what inspector is showing. |
Beta Was this translation helpful? Give feedback.
Are you sure getComputedStyle returns transparent? matches-css is tricky, because it works only on values returned by getComputedStyle, not what inspector is showing.