Greasy Fork is available in English.

Google Card-figuccio

elimina immagini correlate

// ==UserScript==
// @name        Google Card-figuccio
// @description elimina immagini correlate
// @author     figuccio
// @version  0.5
// @include     http://www.google.*/*
// @include     https://www.google.*/*
// @namespace https://greasyfork.org/users/237458
// @grant       GM_getValue
// @grant       GM_setValue
// @grant       GM_deleteValue
// @grant       GM_addStyle
// ==/UserScript==

GM_addStyle('#rcnt .col:nth-of-type(3) {display:none !important;}');