This guy undertook the (nearly) thankless task of dissecting MySpace’s crazy-ass HTML and CSS markup, with the goal of producing a non-ADD-inducing profile page. The end result is pretty nice, although perhaps not quite as nice as this guy’s earlier attempt which demonstrated that disabling the banner ad Iframe is a real easy way to get your profile deleted. For CSS fans, there is some hilarious stuff in these articles, including rules like:
Not allowed: Using the # sign anywhere in your CSS. This is to avoid you messing with ID’ed elements, but its brute force removal also precludes you from properly specifying hex values. Instead, you must do things like color: FFFFFF or color: white. Note also that because the pound sign in missing, you cannot use shorthand like color: FFF.