Last active
December 30, 2015 02:39
-
-
Save tecking/7764551 to your computer and use it in GitHub Desktop.
Google の検索結果にて author 画像を非表示にするスタイル
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Google の検索結果にて author 画像を非表示にするスタイル | |
* 検証環境: Google Chrome (Windows) + Stylish | |
* 適用先: ドメイン上の URL として google.com と google.co.jp を指定 | |
*/ | |
.rc .s .th { | |
display: none !important; | |
} | |
.rc .s div:nth-of-type(2) { | |
margin-left: 0 !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment