Google検索結果の住所を非表示にするやつです
// ==UserScript==
// @name Google検索結果の住所を非表示にするやつ
// @namespace nbatotu.github.io/t
// @version 0.1
// @description Google検索結果の住所を非表示にするやつです
// @author You
// @match https://www.google.com/search*
// @grant none
// ==/UserScript==
window.onload = function(){
document.getElementById("BHDErf").innerText="スクリプト使用中"
document.getElementById("Wprf1b").innerText="住所非公開"
document.querySelector('.Q8LRLc').innerText="不明"
}