- Back to Home »
- Google »
- Get the new Google app navigation menu
Posted by : Unknown
Friday, 20 September 2013
Hello guyz!Google rolled out its new look yesterday,it dumped the old navigation bar aand replaced it with a more simple apps menu.so if you want to try it out,just follow the below instructions
- open Google
- Now open your browsers developer console,keyboard shortcuts are:
Chrome/opera --> Cntrl+Shift+J
Firefox --> Cntrl+Shift+k
- Now copy and paste the below code in the console and hit enter
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.co.in";window.location.reload();
In Chrome:
In Mozilla:
- The above code is for "www.google.co.in" in case you have a different local google domain,just replace the www.google.co.in in the domain attribute with your local domain
- There you go you have the new Google Flat logo and App navigation menu
- In case you want to go back to the old look ,again open the dev console, paste the below code and hit enter
document.cookie="PREF= ; path=/; domain=google.co.in";window.location.reload();