Google Image Section Remover

Removes the image section from the google search results, if it is displayed.

当前为 2022-08-30 提交的版本,查看 最新版本

// ==UserScript==
// @name        Google Image Section Remover
// @description Removes the image section from the google search results, if it is displayed.
// @author      Daniel Niccoli
// @version     1.0
// @namespace   https://github.com/danielniccoli/userscripts
// @homepageURL https://github.com/danielniccoli/userscripts
// @supportURL  https://github.com/danielniccoli/userscripts/issues
// @license     https://github.com/danielniccoli/userscripts/blob/main/LICENSE
// @match       https://www.google.com/search
// ==/UserScript==

const targetElement = document.getElementById("iur").closest("#rso > div").remove()

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址