以下の内容はhttps://culage.hatenablog.com/entry/2021/06/23/000000より取得しました。


google検索で邪魔な「/ を押すと検索ボックスに移動できます」を消すuserscript

// ==UserScript==
// @name         GoodByeSearchTips
// @namespace    http://tampermonkey.net/
// @version      0.1
// @author       You
// @match        https://www.google.com/search*
// @icon         https://www.google.com/s2/favicons?domain=google.com
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    document.querySelector('div[aria-live="polite"]').style.visibility="hidden";
})();



以上の内容はhttps://culage.hatenablog.com/entry/2021/06/23/000000より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14