Skip to main content

How to remove the new Google sidebar from search page

Some weeks ago I wrote that Google had rolled out a new design for their search page. Later it turned out to be just a test run. The real changes went live yesterday. Anyway, if the sidebar is annoying you and you wish to go back to the old design, this is what you need to do.

google-no-sidebar

Method 1

The first method is via a userscript. This method works on any browser that supports user Javascripts, and that includes Firefox, Opera, Chrome and Safari. Firefox users will need to have Greasemonkey installed.

Download userscript

Method 2

If you use Firefox you have another way of achieving the result – through the Stylish addon. Install this addon and then add the following script to it. Save it and you are done.

@-moz-document domain(google.co.uk) {
#leftnav { 
          display:none !important; 
          }
#center_col { 
              margin-left:0px !important; 
             }
}

Comments

Popular posts from this blog

69 alternatives to the default Facebook profile picture

If you have changed the default Facebook profile picture and uploaded your own, it’s fine. But if not, then why not replace that boring picture of the guy with a wisp of hair sticking out of his head with something different and funny?

How to Record CPU and Memory Usage Over Time in Windows?

Whenever the computer is lagging or some application is taking too long to respond, we usually fire up task manager and look under the Performance tab or under Processes to check on processor utilization or the amount of free memory available. The task manager is ideal for real-time analysis of CPU and memory utilization. It even displays a short history of CPU utilization in the form of a graph. You get a small time-window, about 30 seconds or so, depending on how large the viewing area is.

How to Schedule Changes to Your Facebook Page Cover Photo

Facebook’s current layout, the so called Timeline, features a prominent, large cover photo that some people are using in a lot of different creative ways. Timeline is also available for Facebook Pages that people can use to promote their website or business or event. Although you can change the cover photo as often as you like, it’s meant to be static – something which you design and leave it for at least a few weeks or months like a redesigned website. However, there are times when you may want to change the cover photo frequently and periodically to match event dates or some special promotion that you are running or plan to run. So, here is how you can do that.