I've mentioned in a previous post that Google tests a new logo that's flat, minimalist and reduced to its essence, but someone from Google denied that this will replace the traditional logo. This is obviously not true: it's a Google experiment, the logo is hosted on Google's servers, the URL is very similar to the URL of the current Google logo and even Chrome starts to include it.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfA0beiueTSXWl5gkgobMrVsqDUq7rm5_ow1VrdsfQS1MEfnGxyFtp5C30C-IhRhpZMcEbkvZ0FQt8kTwudx-u3dpPGlhbJyqaNNIzKNf0QlB2Tg6bX2daKF4QrhwFXEFJ5Qef_HFdeIZf/s640/google-new-logo.png)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgfGM5ylTPvC_SopplhllovNsAiXXRFol-sof7py8QgZ4kJhKUPs0qLP4p0Otj9VKnrVO7Ovr-yw8MKJQVapNIVPXLp1NBdOjFspM5WsBbfdikZqBoHXoNrqoQzUIgOe8HAJ2AyfUiFh0Kt/s640/google-new-logo-home.png)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLrVyoLry97GjPr4KL2Dj8khP1t5Ud9TWMVmoA3YX-xA4-RkGvP6Q0tASKhLzuhEKdRfaDSBWIAqVYJHp2riB72uNvIqOepIr-HZBew6ZEZDL8HXO2hhaWylOE2Okohct31GaS9SG9J0G1/s640/google-new-logo-home-2.png)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYRePVhvmbfpmgTE-cSDyft3QuvBm3nGWlbRDftMaHqNXA85Luc35zi8BAMr9fkD7Y4CaaVrVTOgpFx4dBa3kyDkIbkuo_UM2P6y4iWwClESD_fZXYLYYLL7wx_ylgl-ZeiFfPctjET9et/s640/google-new-logo-serp.png)
Here's how you can enable the new logo and the new navigation interface. If you use Chrome, Firefox, Opera or Internet Explorer 8+:
1. open google.com in a new tab
2. load your browser's developer console:
* Chrome or Opera 15+ - press Ctrl+Shift+J for Windows/Linux/ChromeOS or Command-Option-J for Mac
* Firefox - press Ctrl+Shift+K for Windows/Linux or Command-Option-K for Mac
* Opera 12 - press Ctrl+Shift+I for Windows/Linux or Command-Option-I for Mac, then click "Console"
* Internet Explorer - press F12 and select the "Console" tab.
3. paste the following code which changes a Google cookie:
document.cookie="PREF=ID=e66a207a51ceefd8:U=936bafc98b2a9121:FF=0:LD=en:NR=10:CR=2:TM=1378808351:LM=1379592992:SG=1:S=OXyq0fqClYB66VuV ; path=/; domain=google.com";window.location.reload();
4. press Enter and close the console.
To go back to the regular interface, use the same instructions, but replace the code from step 3 with this one:
document.cookie="PREF= ; path=/; domain=google.com";window.location.reload();
{ Thanks, André Zlatin. }