Skip to content

Instantly share code, notes, and snippets.

View zgshen's full-sized avatar
:octocat:
Focusing

zgshen

:octocat:
Focusing
View GitHub Profile
@zgshen
zgshen / tampermonkey_google_search_tools.js
Last active July 1, 2022 02:11
get back googl search tools
// ==UserScript==
// @name google search tools display
// @namespace http://tampermonkey.net/
// @version 0.1
// @description 解决登录状态下谷歌搜索结果的工具按钮不见的问题
// @author You
// @match https://www.google.com/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==