Skip to content

Instantly share code, notes, and snippets.

@yuru4c
Last active June 1, 2018 03:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuru4c/0bc6d2940f72551e33067963fbc662f5 to your computer and use it in GitHub Desktop.
Save yuru4c/0bc6d2940f72551e33067963fbc662f5 to your computer and use it in GitHub Desktop.
Google 検索の邪魔なあれを消す
/*
https://www.google.co.jp/search?
https://www.google.co.jp/imgres?
*/
/* 他の人はこちらも検索 */
.exp-outline, .AUiS2 {
display: none !important;
}
/* saved images button */
.irc_but_r td:nth-child(4) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment