How to change the title of a website on the fly

United States
May 19, 2008 9:42pm CST
So you're fooling around with your browser and want to change the title of the page you're viewing? Here's a fun, pointless little trick for you. You can use a javascript injection to do that. Type this in your address bar: javascript:void(document.title='your title here') Have fun.
1 response
@killer_r (42)
• Indonesia
20 May 08
Yes, you can but just temporary, and honestly not really useful :( You can also change your status bar, or change any properties, just look for the document property of JavaScript, but once again, only temporary
• United States
20 May 08
Yeah, that's why I called it pointless :) But I was fooling around with a few JS injections and my friend really got kick out of it, so I thought I'd post it here just in case there are others that like doing pointless things for fun. :)