Hack your MySpace friend count
If you are a MySpace user and you are using a custom CSS file for the design of your page, there is a hack that allows you to alter your friend count. Add this to your CSS:
and "00" will be appended to the text that shows up after your friend count. For example, if your friend count used to say:
groker has 87 friends
It'll now say
groker has 8700 friends
You can add numbers, text, space, what ever you like. As another example, if you add this to your CSS:
it will read
groker has 87 worthless friends
I think this is a pretty cool MySpace hack.
redbtext:after { content: "00"; }
and "00" will be appended to the text that shows up after your friend count. For example, if your friend count used to say:
groker has 87 friends
It'll now say
groker has 8700 friends
You can add numbers, text, space, what ever you like. As another example, if you add this to your CSS:
redbtext:after { content: " worthless "; }
it will read
groker has 87 worthless friends
I think this is a pretty cool MySpace hack.
| Rating: | 62% positive, 24 total Votes |
| Categories: | myspace hack |
| Added: | on Jun 19, 2007 at 11:05 am |
| Added By: | an anonymous user |
| Searches: | hack friend myspace count add |

