Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Removing the google sidebar
1
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
12
Name:
Anonymous
2010-05-09 14:46
>>11
No need for
complete=0
, but yeah.