Removing the google sidebar
Name:
Anonymous
2010-05-09 9:38
CSS to remove sidebar:
#cnt #leftnav {
display:none;
}
#cnt #center_col {
margin:0 !important;
}
wrap the css shit in a GM_addStyle('...'); function call
Name:
Anonymous
2010-05-09 9:46
EXPERT PROGRAMMING
Name:
Anonymous
2010-05-09 9:46
REMOVE MY ANUS
Name:
Anonymous
2010-05-09 9:56
>>3
Lobotomies are not my specialty.
Name:
Anonymous
2010-05-09 10:41
>>4
That's lucky, I've already had mine. BRB gotta program so java
Name:
!WokonZwxw2!UEv+FElgkwMiy68
2010-05-09 10:41
wrap the css shit in a GM_addStyle('...'); function call
How do I do this?
Name:
Anonymous
2010-05-09 11:05
Well, Wokonzuwuxutwo bang-Yuéviplus Felgukwimayewhysiztyeight,
you consult the Greasemonkey documentation. It has quite an extensive wiki.
Name:
Anonymous
2010-05-09 11:06
>>7
Your enunciation is atrocious.
Name:
!WokonZwxw2!UEv+FElgkwMiy68
2010-05-09 11:09
>>7
cant you just do it for me? ASCII tits in return
Name:
Anonymous
2010-05-09 11:12
>>9
Sure:
GM_add_style( '#cnt #leftnav {
display:none;
}
#cnt #center_col {
margin:0 !important;
}' );
Name:
Anonymous
2010-05-09 13:28
Or just use complete=0&hl=all to get to the old style.
Name:
Anonymous
2010-05-09 14:46
>>11
No need for
complete=0, but yeah.