-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work on images 15MP or more anymore #131
Comments
if you're on firefox |
This seems to be fixed? or at least in my testing just now worked as expected. |
#190 I think I know why though. The way it worked before (related images and main panel) was that it had the full url BEFORE clicking (either in the main search or related search panel) but now with the redesign, only the main search page will have the full url once you click on an image. And for related images, that full url disappears once you click in an image BECAUSE with the old google image search version, the BASE/SELECTED image result is ALWAYS shown as one of the results in the related images, BUT now clicking on a related images changes all the related contents and the 'desired' url panel no longer exists! Google seems a bit picky with loading full sized images, maybe there is a way to 'force' it load them? (this is for the 'JUL19' version) |
It looks like
will get you the href you need in ViewImage/js/content-script.js Line 99 in a59ce8b
That class is the one that draws the blue highlight around the selected image in the main search results. |
@bijij Just gives a data:image/jpeg;base64 then a tiny thumbnail size image
The text was updated successfully, but these errors were encountered: