-
Notifications
You must be signed in to change notification settings - Fork 83
Google search ads not blocked in "Adblock emulation mode" #325
Comments
I have noticed this recently too. Are you using the Chrome Instant search (from the omnibox)? |
I don't see |
Ok, I could get a search results with the ads, investigating. |
Interesting... The style is properly injected, the elements match, and yet the style isn't applied. I need to investigate further eventually, but a good fix is to simply directly hide the elements themself without relying solely on the injected style. So far it looks like it works well. |
Wouldn't this effect a performance hit scaling on the number of elements hidden? |
@jrajav Typically there is only a handful of elements which needs to be hidden on typical pages. The most expensive parts of the whole element hiding process is the original Edit: for example, on Google search, I got 13 selectors as a result of the above intersection, and querying these 13 selectors returned two elements which needed to be hidden. So nothing to worry really. |
I am trying to use HTTPSB as a more efficient Adblock and selected the adblock emulation mode on start up and removed the Google scoped rules. However Google text ads still appear in search (class=ads-ad). What am I doing incorrectly?
The text was updated successfully, but these errors were encountered: