Install this variation on the MySpace Sanitizer userstyle:
@-moz-document domain(myspace.com) {
* {
background: #fff !important;
color: #000 !important;
border-color: #eee !important;
-moz-opacity:1 !important;
}
table{
width: 100% !important;
}
a {
color: blue !important;
}
iframe, embed {
display:none !important;
}
img {
max-width: 300px !important;
}
input {
z-index: 1000 !important;
}
body table tbody tr td table tbody tr td.text table tbody tr td table tbody tr td div a, body table tbody tr td table tbody tr td.text table tbody tr td table tbody tr td b a {
display: none !important;
}
.contactTable a img {
visibility:visible !important;
}
#header {
height: auto !important;
}
#mp3player embed {
display: block !important;
}
}