Google DWIMages

Direct links to images and pages on Google Images

These are versions of this script where the code was updated. Show all versions.

  • v2.10.0 2023-04-08 Google DWIMages - update to reflect latest site changes
  • v2.9.2 2022-10-01 Google DWIMages: cleanup
  • v2.9.1 2022-09-30 Google DWIMages: cleanup
  • v2.9.0 2022-09-30 Imported from URL
  • v2.8.1 2022-09-29 Google DWIMages - update to reflect latest site change
  • v2.8.0 2022-09-26 Google DWIMages: cleanup, Google DWIMages - restore support for old schema
  • v2.7.1 2022-09-25 Google DWIMages: cleanup
  • v2.7.0 2022-09-25 Google DWIMages - update to reflect latest site changes
  • v2.6.2 2022-09-04 Google DWIMages: cleanup
  • v2.6.1 2022-09-04 Google DWIMages: cleanup
  • v2.6.0 2022-09-04 Google DWIMages: update to reflect latest site changes
  • v2.5.0 2021-08-22 Google DWIMages: update to reflect latest site changes
  • v2.4.3 2021-06-07 Google DWIMages - cleanup
  • v2.4.2 2021-05-08 Google DWIMages: cleanup
  • v2.4.1 2021-05-03 Google DWIMages: cleanup
  • v2.4.0 2021-05-03 Google DWIMages: fix image-metadata extraction - exclude invalid nodes (wrong type/structure) when extracting image metadata from the metadata tree - use a Map rather than array to track the indices since they may be non-continuous closes #17
  • v2.3.3 2021-05-01 Google Direct: doctweak
  • v2.3.2 2021-02-07 Google DWIMages: add missing event-handler
  • v2.3.1 2021-01-17 Imported from URL
  • v2.3.0 2020-11-29 Google DWIMages - update to reflect the latest site changes + replace jQuery (~70K) with cash (~16K) + update gm-compat: 1.0.0 -> 1.1.0
  • v2.2.0 2020-09-07 Google DWIMages: cleanup use a library (gm-compat) to abstract away the differences between engines when modifying page properties
  • v2.1.2 2020-06-04 Google DWIMages: compatibility fixes add support for: - Greasemonkey 4 (Firefox) - Violentmonkey for Chrome improve support for: - Violentmonkey for Firefox (all images, not just the first 100) + previously tested on: - Tampermonkey for Firefox
  • v2.1.1 2020-05-08 doc nitfix: HTTP -> HTTPS, bump jQuery to 3.5.1 + reduce size (slim build)
  • v2.1.0 2020-02-19 Google DWIMages: remove unused dependency remove the dependency on a MutationObserver wrapper (jQuery-onMutate) the data is now pushed to the markup rather than being extracted from it, so we no longer need to watch for DOM changes
  • v2.0.3 2020-02-19 Google DWIMages: cleanup
  • v2.0.2 2020-02-19 Google DWIMages: cosmetics
  • v2.0.1 2020-02-19 Google DWIMages: cleanup
  • v2.0.0 2020-02-19 Google DWIMages - update to reflect latest site changes
  • v1.2.1 2019-11-17 Google DWIMages: cosmetics
  • v1.2.0 2019-11-17 Google DWIMages: update to reflect latest site changes
  • v1.1.2 2019-09-22 Google DWIMages: fix page links select the first and second link rather than the first and last link as some results have an invisible third link
  • v1.1.1 2019-09-20 Google DWIMages: remove deprecated selectors: find('a:first') -> find('a').first() find('a:last') -> find('a').last()
  • v1.1.0 2019-09-20 Google DWIMages - update to reflect latest site change
  • v1.0.1 2019-01-13 migrate dependencies from RawGit to jsDelivr + clean up metadata + bump jQuery
  • v1.0.0 2018-07-28 Google DWIMages: improve support for the new (?) layout
  • v0.4.0 2018-02-28 Google DWIMages - update to reflect latest change
  • v0.3.1 2017-05-04 minor cleanup
  • v0.3.0 2017-05-02 Imported from URL