Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
:D sorce is copied |
|
|
Thanks Sharath for such a nice script...I have posted about it on ma blog...Hope u don't mind :) Keep Rockin |
|
|
orkut < facebook :) |
|
|
hey my smileys dnt wrk pls help me yaar!! hw to activate??? |
|
|
Script Updated.I have made the fixes required to work correctly now. Please uninstall the older version and install this newer version to have it work well. Cheers! |
|
|
nothing happend to me i couldn't able to see any bar..please help me |
|
|
ut how to install the script file.. i clicked on install script button above.. it downloaded the script.. now what ? do we need to place the script in some file.. how should we install ? |
|
|
but how to install the script file.. i clicked on install script button above.. it downloaded the script.. now what ? do we need to place the script in some file.. how should we install ? |
|
|
dude .... its very heavy to load ,,,,its not suitable for ppl with low bandwidth!! |
|
|
@gultus
|
|
|
@Siva
|
|
|
Hi Sharath, Why are you making false claims about me ripping off your script. My script below... http://userscripts.org/scripts/show/12841 is not based on yours, it is based on the following one. http://userscripts.org/scripts/show/11033 Also, what is wrong on improving existing script and adding new features. These are not for commerical purpose and only intent to help buddies. Thanks
|
|
|
Nice script One drawback is doesnt take care of the prompt text that orkut uses in scrapboxes like
If the first thing that is done with out any text entered by the user then the codes entered by the script are in gray and considered as part of prompt text and could be erased if clicked outside the textarea.
scrapbox = document.getElementById("scrapText"); if(scrapbox.value==scrapbox.getAttribute("prompt")){
scrapbox.focus();
//continue inserting code
}
I have demonstrated for main scrap box. you decide upon the way you would want to implement this in your script. |