Greasy Fork is available in English.

Google DWIMages

Direct links to images and pages on Google Images

Voici les versions de ce script où le code a été modifié. Voir toutes les versions.

  • v3.0.2 07/05/2024

    Google DWIMages - cleanup

  • v3.0.1 07/05/2024

    Google DWIMages - cleanup

  • v3.0.0 07/05/2024

    Google DWIMages - update to reflect latest site changes

    closes #28

  • v2.10.0 08/04/2023 Google DWIMages - update to reflect latest site changes
  • v2.9.2 01/10/2022 Google DWIMages: cleanup
  • v2.9.1 30/09/2022 Google DWIMages: cleanup
  • v2.9.0 30/09/2022 Imported from URL
  • v2.8.1 29/09/2022 Google DWIMages - update to reflect latest site change
  • v2.8.0 26/09/2022 Google DWIMages: cleanup, Google DWIMages - restore support for old schema
  • v2.7.1 25/09/2022 Google DWIMages: cleanup
  • v2.7.0 25/09/2022 Google DWIMages - update to reflect latest site changes
  • v2.6.2 04/09/2022 Google DWIMages: cleanup
  • v2.6.1 04/09/2022 Google DWIMages: cleanup
  • v2.6.0 04/09/2022 Google DWIMages: update to reflect latest site changes
  • v2.5.0 22/08/2021 Google DWIMages: update to reflect latest site changes
  • v2.4.3 07/06/2021 Google DWIMages - cleanup
  • v2.4.2 08/05/2021 Google DWIMages: cleanup
  • v2.4.1 03/05/2021 Google DWIMages: cleanup
  • v2.4.0 03/05/2021 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 01/05/2021 Google Direct: doctweak
  • v2.3.2 07/02/2021 Google DWIMages: add missing event-handler
  • v2.3.1 17/01/2021 Imported from URL
  • v2.3.0 29/11/2020 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 07/09/2020 Google DWIMages: cleanup use a library (gm-compat) to abstract away the differences between engines when modifying page properties
  • v2.1.2 04/06/2020 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 08/05/2020 doc nitfix: HTTP -> HTTPS, bump jQuery to 3.5.1 + reduce size (slim build)
  • v2.1.0 19/02/2020 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 19/02/2020 Google DWIMages: cleanup
  • v2.0.2 19/02/2020 Google DWIMages: cosmetics
  • v2.0.1 19/02/2020 Google DWIMages: cleanup
  • v2.0.0 19/02/2020 Google DWIMages - update to reflect latest site changes
  • v1.2.1 17/11/2019 Google DWIMages: cosmetics
  • v1.2.0 17/11/2019 Google DWIMages: update to reflect latest site changes
  • v1.1.2 22/09/2019 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 20/09/2019 Google DWIMages: remove deprecated selectors: find('a:first') -> find('a').first() find('a:last') -> find('a').last()
  • v1.1.0 20/09/2019 Google DWIMages - update to reflect latest site change
  • v1.0.1 13/01/2019 migrate dependencies from RawGit to jsDelivr + clean up metadata + bump jQuery
  • v1.0.0 28/07/2018 Google DWIMages: improve support for the new (?) layout
  • v0.4.0 28/02/2018 Google DWIMages - update to reflect latest change
  • v0.3.1 04/05/2017 minor cleanup
  • v0.3.0 02/05/2017 Imported from URL