Blocking video search thumbnails on google search

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
Mookie

Blocking video search thumbnails on google search

Post by Mookie »

Hello,

I tried with no luck to block the thumbnails when searching Google for something and it automatically finds some video - it has thumbnails to it
How can I block it?
Thanks
Wladimir Palant

Re: Blocking video search thumbnails on google search

Post by Wladimir Palant »

These images use data: URLs meaning that they are downloaded together with the page, not via separate request - there is nothing to be blocked. You should be able to hide the video results however, this filter seems to do the right thing:

Code: Select all

google.com##td[width="290"]
I created this filter with Element Hiding Helper extension.
Locked