@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.anandtech.com") {
div.body_right { display:none !important; width:992px !important }
#tag, div.subcontent { width:982px !important }
div#crumbs.subbox div.subcontent, #cbox, #comments div.pages { width:958px !important }
#tag div.pages { width:913px !important }
}
Never say never!
With Stylish, this does it roughly:Code:@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("www.anandtech.com") { div.body_right { display:none !important; width:992px !important } #tag, div.subcontent { width:982px !important } div#crumbs.subbox div.subcontent, #cbox, #comments div.pages { width:958px !important } #tag div.pages { width:913px !important } }