Hide That Annoying Google Experimental Search Survey Box (in Firefox)

Update: Looks like Google removed the survey box now! That didn’t take long, gotta love Google.

If you’ve opted into one of the Google Experimental Search programs like the keyboard shortcuts experiment, you’ve probably seen the annoying survey box that doesn’t seem to go away, even after you take the survey. Good thing Firefox is customizable, so we can easily remove it with a Stylish script.

I’ve taken the survey more than once… so why do I keep seeing this box?

hide-that-annoying-google-experimental-search-survey-box-in-firefox photo 1

Hide Annoying Survey Box

You’ll need to have the Stylish extension installed for this tweak to work, but it’s also a great extension well worth installing anyway.

Just click on the Stylish icon in the status bar and choose “Write Style” and then “For google.com…” (if you are looking at the search results page, otherwise choose Blank Style)

hide-that-annoying-google-experimental-search-survey-box-in-firefox photo 2

Paste in this code into the textbox, and give the style a name in the description box.

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(“google.com”) {
#exp_msgs {display:none !important;}
}

hide-that-annoying-google-experimental-search-survey-box-in-firefox photo 3

After clicking Save or Preview, you should see that annoying box is gone:

hide-that-annoying-google-experimental-search-survey-box-in-firefox photo 4

The Stylish extension can be used similarly to hide any element on any page that you don’t want to see anymore, or even completely revamp the look of an entire site.

Note: for loads of submitted user styles, you should check out userstyles.org.

Article Hide That Annoying Google Experimental Search Survey Box (in Firefox) compiled by Original article here

More stories

When PC-Cillin 2007 Slows Down Your Computer

I experienced an issue the other day at work in regards to Trend Micro’s PC-Cillin.  A colleague brought in their laptop complaining about a slowness issue.  While checking out Task Manager I noticed a CPU spike of 50%.  Turns out the culprit was a process called PcScnSrv.exe which allows PC-Cillin

J River Media Jukebox

I guess I will continue this week’s theme of media players by introducing you to J River Media Jukebox.  I have to say I am quite impressed so far with this player. 

Fix for Windows Explorer Folder Pane in XP Becomes Grayed Out

A reader wrote in this week asking why his folder pane in Windows XP wasn’t working… it didn’t display anything other than a gray background with nothing else. This is actually a common problem that I’ve personally experienced before, which I luckily knew the solution to.

Increase the FileSystem Memory Cache Size in Vista

I’ve always wondered why Windows doesn’t allow you to set an arbitrary size for the filesystem cache. What if you have a slow hard drive in your laptop, but loads of available system memory? Shouldn’t you be able to maximize that memory in order to speed up hard drive access?

GOM Media Player

As many of you know, after my iTunes rant, I have been trying out all sorts of new media players.  I guess I still have not found an “ultimate player” that I am completely satisfied with yet.  Each player seems to have its positive and negative points for me.  The trusty standby has been VLC

Remove User Accounts from the Login Screen in Windows XP

So you login to your computer every single day, but there’s more than one account to choose from… either because you got the computer from somebody else, or some software package added a user account that you really don’t want to see. So how do we hide that other account from the login screen?