Techno World Inc - The Best Technical Encyclopedia Online!

THE TECHNO CLUB [ TECHNOWORLDINC.COM ] => Javascript Tricks => Topic started by: Tina on September 20, 2007, 01:37:00 PM



Title: Change the Icon of the Window
Post by: Tina on September 20, 2007, 01:37:00 PM
Change the Icon of the Window

Just Copy the script & paste it in URL bar.

Code:
javascript:d=document;d.getElementsByTagName('head')[0].innerHTML=d.getElementsByTagName('head')[0].innerHTML.replace(/favicon\.ico/i,'img/p_thumbup.gif');void(0)


Title: Re: Change the Icon of the Window
Post by: Mark David on October 27, 2007, 08:22:27 PM
cool trick