Adam K Dean

Make Google look good again

Published on 12 March 2014 at 09:54 by Adam

If you're like me, you're probably feeling like your Wednesday has been ruined by Google testing bigger, none underlined titles for page results. It looks horrible, and is definitely a bad decision.

Bad Google!

There is a fix to tide you over though, in the case that Google drags their heels. If you're using Chrome, that is. Install Stylish (an extension which allows you to override a site's style), and install any theme for Google. Then edit it, delete all the existing css, and paste this in:

#res h3 { 
  font-size: 16px !important; 
}
#newsbox, .rgsep { 
  display: none;
}

This will make your page titles more bearable and remove the giant newsbox from the SERP.

Looking much better

Looking much better!



This post was first published on 12 March 2014 at 09:54. It was filed under archive with tags chrome.