Script to change fonts and color of your scraps

by admin

Here I am going to share two scripts that change the appearance of your text that you are going to scrap or posting to a community. You will simply need to follow the below mentioned process to make use of provided scrips.

  1. Simply go to the scrap book or community reply page where you have to enter the text and write your message as you normally do. Don’t submit it now.

  2. After you have completed writing the message, copy one of the java scripts and paste that to the address bar of that window/tab. Adress bar is the place where your site URL is written.

  3. Once you have copied the script, press Enter and see the effect of script. Now your message is ready to be submitted

Below are two scripts that you can use in step 2. You can use only one script at a time.

Change the font to stylish:

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);

Change the colors of the message:

javascript:cor=new Array(’violet’,'orange’,'green’);var z=0;txt=document.getElementsByTagName(’textarea’)[0]; txt.value=txt.value.replace(/\n/gi,’§ ‘);sp=txt.value.split(’ ‘);txti=”;for(l=0;l<sp.length;l++){txti+=”[”+cor[z]+”]”+sp[l]+’ ‘;z++;if(z==cor.length){z=0}}; txt.value=txti;txt.value=txt.value.replace(/\§/gi,’\n’); txt=document.getElementsByTagName(’textarea’)[0];txt.value=txt.value.replace(/ /gi,”:¦: ♥ :¦:”);void(0)

Related Posts:


2 Responses to “Script to change fonts and color of your scraps”

  1. i did it but its dosent work
    pls help

  2. Hi AKI, I am sorry but its a fect that these tricks are disabled by Orkut as soon as these get well known. as you can see it was posted in JANUARRY, it was working as of MAY at least. I am not sure after that, when this one was blocked.

Leave a Reply