[Resolved] Unable to hide element by class

I'm trying to hide div elements on thingiverse.com which have a class starting with "AdCard". An example is:

<div class="AdCard__card--2Kzyq SearchResult__adBanner--Eu7kz">

I have tried user rules like these:


thingiverse.com##.AdCard
thingiverse.com##div[class^="AdCard"]
thingiverse.com#$#div[class^="AdCard"] { display: none; }


However, none of those work. If I go in with developer tools and set the display attribute to "none" the element is hidden as desired.

I'm using Safari 13.1 on MacOS 10.14.6 and AdGuard 1.7.2.
 

Blaz

Moderator & Translator
Staff member
Moderator
Is the predefined style for display "important"?
 

Blaz

Moderator & Translator
Staff member
Moderator
Added rule to Base filter which hides it for me. Update available in about 3 hours.
 
Top