There are 3 previous versions of this script.
// ==UserScript==
// @name autosig
// @author anu, updated by Anudeep
// @description auotmatic signature in orkut Scrapbook
// @include http://www.orkut.co.in/Main#Scrapbook.aspx*
// @include http://www.orkut.co.in/Main#CommMsgPost.aspx*
// ==/UserScript==
//edit your signature below
var signature="<p align=\'right\'>\n\n[gray]___________________\n\n[b][red]●๋•[green]Aηυ∂єєρ[red]●๋•";
//scriptbody
var write=document.getElementsByTagName('textarea')[0].value;document.getElementsByTagName('textarea')[0].value=signature;
void(0);
