ImageBlockX icon indicating copy to clipboard operation
ImageBlockX copied to clipboard

Images loaded by javascript are still visibile

Open garethjax opened this issue 5 years ago • 1 comments

How to reproduce:

  • activate extension
  • visit google images and search anything

lazy loaded images are replaced by javascript and become visibile in any case.

garethjax avatar Jul 07 '19 06:07 garethjax

The thumbnail images in google image search are base64 encoded so there is no way you can prevent them from loading, because they are already there in the source code. Images that are lazy loaded are blocked by this extension

arnoson avatar May 26 '20 21:05 arnoson