Hi there,
Someone may be able to help me out with this issue.
I want to block cookie warnings - possibly blocking the warning on multiple sites, if they have the same div class.
When the cookie warning div has one class (say .cookiewarning) than adding a custom filter
##.cookiewarning
would block that div class on all sites.
However, when the warning div has multiple classes (cc_container–open and cc_container and cc_banner) eg. at gsmarena.com than
www.gsmarena.com##.cc_container--open.cc_container.cc_banner - WORKS
##.cc_container–open.cc_container.cc_banner - DOES NOT WORK
##.cc_banner - DOES NOT WORK
So, how to block a div with multiple classes on multiple sites?
Thanks!