Fully removed that fucking blue navigation bar from the top of their myspace profile? I have used all the codes I can find that are supposed to remove it, yet, its always still there. Its the one with that shitty navigation and the google search bar x.x
Heres the codes I have been using:
Code:
<style>.navigationBar{display:none;}</style>
<style>
.a {hide top search bar}
div div select, div div form {display:none !important;}
</style>
<style>
div div select, div div form, div div input{display:none;filter:alpha(opacity=...
</style>
<style>
div table td {
background-color:transparent;
}</style>