Techno World Inc - The Best Technical Encyclopedia Online!

THE TECHNO CLUB [ TECHNOWORLDINC.COM ] => Javascript Tricks => Topic started by: Taruna on February 11, 2007, 01:45:27 PM



Title: Change Message Font - Hack Script
Post by: Taruna on February 11, 2007, 01:45:27 PM
Change Message Font - Hack Script

By following these instructions you can infact change the font of your message.

(http://photos1.blogger.com/blogger2/7170/470332616659779/400/orkut%20-%20Jai%20%27s%20scrapbook.1.png)


Jus follow the following instructions and have number of fonts to choose from.

    * Write your message in the scrapbook message box (Dont press SUBMIT)
    * Paste any of the following javascript in the url bar

        javascript:var txt=document.getElementsByTagName(?textarea?)[0];
        txt.value=txt.value.replace(/A/gi,"?");
        txt.value=txt.value.replace(/B/gi,"?");
        txt.value=txt.value.replace(/C/gi,"?");
        txt.value=txt.value.replace(/D/gi,"?");
        txt.value=txt.value.replace(/E/gi,"?");
        txt.value=txt.value.replace(/F/gi,"?");
        txt.value=txt.value.replace(/i/gi,"?");
        txt.value=txt.value.replace(/s/gi,"?");
        txt.value=txt.value.replace(/o/gi,"?");
        txt.value=txt.value.replace(/u/gi,"?");
        txt.value=txt.value.replace(/r/gi,"?");
        void(0);

    * Hit enter in the url bar (not the submit button)
    * You will have the converted font for the text in your message box
    * Submit the converted font.


(Note: I Have not used this javascript so the optimum results are not garunteed!)


Title: Re: Change Message Font - Hack Script
Post by: Mark David on February 11, 2007, 06:25:41 PM
cool script..