Created in early 2004, UNEASYsilence aims to deliver daily coverage of offbeat & generally geeky news. Subscribe via RSS or Email.

READING single

Snippet: Hack Your MySpace Friend Count

Posted in Howto, Snippet by Dan at 12:07 pm
closeThis post was published 2 years 4 months 11 days ago and its content may not be valid anymore.

If you are a MySpace user that is running a custom CSS (theme) for the design of your page, you to much with your friend count.

All you need to do is add the following code to your CSS:

redbtext:after { content: "00"; }

What that will do is add a “00″ to the text that shows up after your friend count. So instead of stalker Tom being your only friend you will now have 100 friends

But the hack is not restricted to numbers. You can add text too, just add the following code to your CSS:

redbtext:after { content: " meaningless "; }

and then your friend count will read:

[Your Username] has a meaningless friend.

For more MySpace hackery check out our search

2 Responses to “Snippet: Hack Your MySpace Friend Count”

  1. Alan Rager says:

    No workie, as far as I can see. Tried it.

  2. kaji says:

    You got to add a “.” before “redbtext”

Additional comments powered by BackType