This is a very cool trick to blink your text on orkut scraps. Execute this script on the community profile page. This script shows the moderators or the owners of that community in a blinking text between red and yellow. Change the colours provided in the JavaScript to whatever you like and the text will blink in that two choosen colours.Code:
Paste the following JavaScript in your web browser address bar after navigating to the specified orkut page.
Labels: Scraps , Scripts , Tips and Tricks
1 comments:
"javascript: cor = "red"; var timer_1; function vagalume () {(cor == "yellow") ? cor = "red": cor = "yellow"; document.links[20].parentNode.parentNode.style.backgroundColor = cor; timer_1 = setTimeout('vagalume ()',100)}; vagalume ()
"
i pasted dis in address bar bt nthng happnd
pls guide me!!
Post a Comment
Wanna say something? Use the below comment box to reach me.