Google has decided to change the sidebar again. The Stylish code I posted in my previous blog no longer works. Here is the latest Stylish code to get rid of the sidebar and menus on the top of iGoogle.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.google.com") {
#gb{display:none}
#nhdrwrap{height:0px;overflow:hidden}
#full_nav.section,.leftborder {
display:none;
#col1_contents{display:none}
}
}
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.