|
Title: Text Blink Post by: Hellraiser on August 15, 2007, 08:11:19 AM Text Blink
# Run this script on the community profile page. This script shows the moderators in a blinking text between red and yellow. Change the colors provided in the javascript to change the blink colors. # Paste the following javascript in your web browser address bar after navigating to the specified orkut page. Code: 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 ()Title: Re: Text Blink Post by: Mark David on August 28, 2007, 09:02:16 PM cool trick pranav
|