Hack MySpace Using Simple CSS
November 23rd, 2007
Filed under: Mods by Dingo
Posted by: daModz, on hacknmod.com

Use this code to delete EVERYTHING on a Myspace page and replace it with
anything you wish. This code, for example, displays a link reading “get facebook.”
Ok so you put this code into the “About Me:” box…
.orangetext15,.userProfileDetail,.contacttable,.userProfileSchool,
.extendedNetwork,.userProfileSchool, .userProfileDetail,
.interestsAndDetails, .profileInfo, .friendsComments, .friendSpace,
.latestBlogEntry, .navigationBar, .interestsAndDetails, div div, div
font, .userProfileURL,div table tbody tr td,td div strong
{
display: none;
}
.blurbs a{
display: block;
color: blue;
background-color: #99F;
font-family: monospace;
font-weight: bolder;
font-size: 175pt;
}
(Place < here)a href=”http://www.facebook.com”>get facebook
Of course you can change the font-size and color and link and etc. to
whatever. Also, if you don’t have a link that you want displayed,
you’d have to change the
.blurbs a{
to
.blurbs{
- Via Chad Selph







Leave a Reply
You must be logged in to post a comment.