Skip to content

Instantly share code, notes, and snippets.

@tecking
Last active December 30, 2015 02:39
Show Gist options
  • Save tecking/7764551 to your computer and use it in GitHub Desktop.
Save tecking/7764551 to your computer and use it in GitHub Desktop.
Google の検索結果にて author 画像を非表示にするスタイル
/*
* 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