(adsbygoogle = window.adsbygoogle || []).push({});
so you know people get the light green on the playstation website? i just want to show how they can do it.
Google chrome tut.
1.
google chrome users right click and click inspesct element while over the red light.
You must login or register to view this content.
2.
now this thing should pop up at the bottom of your screen. only take notice of the highlighted part on my picture.
You must login or register to view this content.
3. right click the link and click edit as html
You must login or register to view this content.
4. now change the word red at the end of the link to green.
You must login or register to view this content.
5.
right click the offline word underneath and click edit text. change that to Online.
You must login or register to view this content.
6. now close the thing at the bottom and show it off to your friends or make yourself happy that it says online
End result:
You must login or register to view this content.
Note when you refresh it will be red.
colours that i know can be used:
red
yellow
green
Please don't use this to annoy people on the shoutbox.
Internet explorers click tools then development tools to get the menu i had at the bottom
other browsers i don't know. sorry.
-------------------------------------------------------------------------------------
shorter way thanks to FullTilt
javascript: document.getElementById('psnBar'
.innerHTML = 'PlayStation®Network <img src="/static/furn/icons/psn_status/psnstatus_green.gif"> Online | <a href="/registration/">Sign Up</a>| <a href="/sign-in/">Sign In</a>'; void 0
paste this in the url bar after the page has loaded. (may not work on all browsers)