Google Images direct links 2

Add direct links to the picture to the Google Image Search results.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
Benjamin Philipp
今日安裝
0
安裝總數
1,762
評價
23 1 3
版本
2.5.2
建立日期
2020-03-27
更新日期
2025-09-27
尺寸
9.0 KB
授權條款
未知
腳本執行於

Sometimes, the real URLs are only loaded by Google once you click on an image. I haven't been able to stop the details view to open upon click (and I'd rather not force it to stay hidden completely)
So when you click on the arrow, the script triggers a click on the image and wait for the URL to load. As soon as we find it, it opens in a new tab.

If you can decouple the "getting link" part from the "opening details view" part, let me know!!! (I can't see through the minimized entangled mess of the actual google functions)

Usage

Click on the arrow that should appear on top of the images on the result page (see image below)
Configure via the TamperMonkey menu (see image below)

History

2.5.2 (2025-09-28)

  • Updated selectors to work with recent Google markup changes

2.5.1 (2024-04-15)

  • Updated selectors to work with recent Google markup changes

2.5.0 (2024-04-13)

  • Updated Added new URL match for udm=2 instead of tbm=isch
  • Updated selectors to work with recent Google markup changes
  • Added overrides for visual behavior:
    • Show full image instead of cropped version
    • Remove rounded corners
  • Added settings for tab behavior and visual changes

2.4.1 (2023-09-13)

  • Updated selectors to work with recent Google markup change

2.4.0 (2022-02-15)

  • Added settings dialog: Find it under the script's name in the TamperMonkey extension menu (Thanks to GM_config)
  • Added option to open links in a new tab by default (defaults to true)

2.3.1 (2021-09-27)

  • Improved compatibility with older browsers

2.3 (2021-09-27)

  • Addressed current problem with Google's enforcing of Trusted-Types. Seems to work for now, but is subject to change.
  • Removed dependency on jQuery, because TamperMonkey fails when trying to inject @require dependencies on pages which have a restrictive Trusted-Types policy
  • Filed a bug report on TamperMonkey: https://github.com/Tampermonkey/tampermonkey/issues/1334

2.2 (2021-01-27)

  • Added new element selector for image links matching some new version of the results page
  • Moved selector variable to the top for easy access

2.1 (2021-01-12)

  • Show whole pictures on hover if they were visually cropped (what the hell, google?)
  • Open in new tab if CTRL is pressed on click, otherwise in the same tab.