You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the extension works with the 'OCT19' version, it misses some images with the JUL19 version, but with some workarounds I can still reach the full sized image.
However, it is annoying when google doesn't even show the image size sometimes.
While it may be infeasible to grab the image url for the view image button from an element before clicking, it should be easier to add the size of the image before clicking in.
Related Image with Size (Image url in Red and Size info in Blue)
Related Image without Size
Basically, I need help with and/or would appreciate something that takes the &w=### and &h=### values from the href and injects an element after irc_rii that contains the size (w x h) (display always or on hover) for each related result tile.
This may or may not also help fixing the general issues with the button and the 'JUL19' version when it comes to fixing getting the full image url without relying on an raw source array or whatever clunky fix (like in issue #188).
'Oct19'version for reference
The text was updated successfully, but these errors were encountered:
haven't figured out how to get the full size image by view image like with Google Image Search Restored with related images and such, but in the meantime I can at least see how big a related image is with this script before bypassing the google image layer all together
While the extension works with the 'OCT19' version, it misses some images with the JUL19 version, but with some workarounds I can still reach the full sized image.
However, it is annoying when google doesn't even show the image size sometimes.
While it may be infeasible to grab the image url for the view image button from an element before clicking, it should be easier to add the size of the image before clicking in.
Related Image with Size (Image url in Red and Size info in Blue)
Related Image without Size
Basically, I need help with and/or would appreciate something that takes the &w=### and &h=### values from the href and injects an element after irc_rii that contains the size (w x h) (display always or on hover) for each related result tile.
This may or may not also help fixing the general issues with the button and the 'JUL19' version when it comes to fixing getting the full image url without relying on an raw source array or whatever clunky fix (like in issue #188).
'Oct19'version for reference
The text was updated successfully, but these errors were encountered: