您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Removes the image section from the google search results, if it is displayed.
// ==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()