How to make your Google home page Buttonless

Google always tries new things to make it homepage look better and work more efficient. It has one of the simplest homepage among all websites. Recently Google made few changes in its homepage. The page features exactly two elements: Google’s famous logo, and its search box. That is, until you move your mouse, when a nifty fade effect reveals with rest of Google’s standard navigation options. Alas, most people don’t have the option enabled, and are forced to endure Google.com’s beefy 30+ words at all times. To enable this feature follow the simple steps:
  1. Goto google.com
  2. Paste the following code into the address bar of your
    browser:javascript:void(document.cookie="PREF=ID=2602f2ce49362929:U=7b6893b1882d5a94:TM=1239881060:LM=1254195610:L=0qXJlAA:GM=1:S=CwDGQD20E8U14zDg;path=/; domain=.google.com");
    Code language: JavaScript (javascript)
  3. Hit enter or ‘go’ to run it (you have to be on google.com at the time). It will not give you any feedback, it will just run and set the cookie.
  4. Refresh the page.
If you fade up with this feature and want your old Google homepage back; Just clear the cookies from your browser and it will reset your Google homepage.
Share
Published by
Viral Patel
Tags: google google search

Recent Posts

  • Java

Java URL Encoder/Decoder Example

Java URL Encoder/Decoder Example - In this tutorial we will see how to URL encode/decode…

4 years ago
  • General

How to Show Multiple Examples in OpenAPI Spec

Show Multiple Examples in OpenAPI - OpenAPI (aka Swagger) Specifications has become a defecto standard…

4 years ago
  • General

How to Run Local WordPress using Docker

Local WordPress using Docker - Running a local WordPress development environment is crucial for testing…

4 years ago
  • Java

Create and Validate JWT Token in Java using JJWT

1. JWT Token Overview JSON Web Token (JWT) is an open standard defines a compact…

4 years ago
  • Spring Boot

Spring Boot GraphQL Subscription Realtime API

GraphQL Subscription provides a great way of building real-time API. In this tutorial we will…

4 years ago
  • Spring Boot

Spring Boot DynamoDB Integration Test using Testcontainers

1. Overview Spring Boot Webflux DynamoDB Integration tests - In this tutorial we will see…

4 years ago