Created
March 15, 2014 08:49
-
-
Save pafnuty/9563642 to your computer and use it in GitHub Desktop.
Возвращаем старый вид поисковой выдачи гугла
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
| /* | |
| Вставляем этот код в 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