Googleの各種検索エンジン(google.com / google.co.jp)において、画面上に表示される住所を秘匿します。
google住所秘匿 by ganohr
Details
Authorganohr
LicenseCC by ND-SA 4.0
Categoryganohr.net
Created
Updated
Size529 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name google住所秘匿
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Googleの各種検索エンジン(google.com / google.co.jp)において、画面上に表示される住所を秘匿します。
@author Ganohr
==/UserStyle== */
@-moz-document regexp(".*(google\\.com|google\\.co\\.jp).*") {
/* ここにコードを挿入... */
#taw, #taw *,
#footcnt, #footcnt *,
.p1wuWb,
.sfooter
{
display: none !important;
}
}