Archive

Posts Tagged ‘google’

google search left panel

May 7th, 2010 admin No comments

to remove/disable the left panel bar in google search you need to create a custom userContent.css (Firefox only)

i’m using windows 7 and my chrome folder is located in c:\Users\MYUSERNAME\AppData\Roaming\Mozilla\Firefox\Profiles\XXXXXXXX.default\chrome\userContent.css

edit userContent.css and add these:

@-moz-document url-prefix(http://www.google.com.ph/) {
#leftnav{display: none !important;}
#center_col{margin-left: 0px !important;} }}

you may edit the url-prefix to your default google url (i’m using www.google.com.ph since i live in the philippines and by default google redirects to the .ph domain)

Categories: Web Tags: , , ,