HarvesterIOfBeer
New Member
I'm trying to hide div elements on thingiverse.com which have a class starting with "AdCard". An example is:
I have tried user rules like these:
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.
<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.