Skip to content

Instantly share code, notes, and snippets.

@pafnuty
Created March 15, 2014 08:49
Show Gist options
  • Select an option

  • Save pafnuty/9563642 to your computer and use it in GitHub Desktop.

Select an option

Save pafnuty/9563642 to your computer and use it in GitHub Desktop.
Возвращаем старый вид поисковой выдачи гугла
/*
Вставляем этот код в usercss браузера
плагинов полно, я рекомендую user css от dimox.name
https://chrome.google.com/webstore/detail/user-css/okpjlejfhacmgjkmknjhadmkdbcldfcb - хром
addons.opera.com/ru/extensions/details/user-css/ - Opera Next
*/
#ires h3 a {
text-decoration: underline;
font-size: 16px;
}
#ires h3 a:hover {
text-decoration: none !important;
}
#ires .st em {
color: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment