Remove the “Take Our Survey” Prompt from Google Experimental

If you’re using Google’s experimental keyboard shortcuts, auto-complete functions or other interfaces, you might have noticed a little yellow survey primer that sometimes sticks around long after you’ve offered up your answers. The How-To Geek points to a DIY Stylish script for Firefox that always hides the yellow box. Head to your Google search page, click on the Stylish status bar icon, choose “Write style” and “For Google.com,” then enter the following:

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

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

For detailed instructions and more Stylish work-arounds, head to the Geek’s site.


Comments (AU Comments | US Comments)

  • Joris Pragt

    Seems that the exp_msgs was removed by google?
    I hacked this. It works for me but it’s far less specific and may also kill other tables from the page.

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

    @-moz-document domain(”google.com”) {
    table.ts[align="center"] {display:none !important;}

    }

Post Your Comments

Got something to say? There are two ways to comment:

1. Guests

Click here to comment instantly.

2. Facebook Users

Click below to comment using your Facebook account.

We're looking for comments that are interesting, substantial or highly amusing. If your comments are excessively self-promotional, obnoxious, or even worse, boring, you will be banned from commenting. All comments are moderated.