How to block Google's backdrop? [Solved]

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
Bluscream
Posts: 2
Joined: Wed Jan 20, 2016 2:11 pm

How to block Google's backdrop? [Solved]

Post by Bluscream »

This is the solution:

Code: Select all

google.de###cnsm
google.de###cnsw
google.de##._a7g
google.de##._b9g
google.de##div[class*="container"]
google.de##div[class*="overlay"]
Every time i i visit Google i get something like this:

Image

When i try to block it with ABP the rule looks like

Code: Select all

google.de##.fAwjXaCTMo5__overlay._SRg.fAwjXaCTMo5__visible.inbgHzeeukZg-NEtT1Mcs_w8
I already tried

Code: Select all

google.de##*overlay*
but it says "invalid rule".

Thanks for any help :)
Last edited by Bluscream on Wed Jan 20, 2016 3:01 pm, edited 1 time in total.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: How to block Google's backdrop?

Post by mapx »

try

Code: Select all

google.de##div[class*="overlay"]
what are you using to get that strange overlay on google search ?

more about hiding filters:
en/filters#elemhide_attributes

if does not work try unchecking "allow some non intrusive advertising" (if chrome, click ABP, options, see at the bottom)
Bluscream
Posts: 2
Joined: Wed Jan 20, 2016 2:11 pm

Re: How to block Google's backdrop?

Post by Bluscream »

Thank you very much =) Now i can delete these stupid filters xD

Image
Locked