Skip to content

Instantly share code, notes, and snippets.

@hirogasa
hirogasa / Google: remove hidden text.user.js
Last active July 29, 2020 10:27 — forked from azu/Google: remove hidden text.user.js
検索結果でテキストをコピーすると入る"ウェブ検索結果" and "検索結果"を削除する
// ==UserScript==
// @name Google: remove hidden text
// @description 検索結果でテキストをコピーすると入る"ウェブ検索結果"と"検索結果"を削除する
// @namespace info.efcl.google
// @match https://www.google.co.jp/search*
// @match https://www.google.com/search*
// @grant none
// @version 1.0
// @author azu
// ==/UserScript==