Orkut Script : Auto Add Signature Below Your Scraps

By Devilsworkshop Last update Apr 19, 2007 — Installed 8,365 times. Daily Installs: 4, 3, 11, 9, 4, 14, 4, 1, 0, 2, 1, 6, 10, 2, 4, 1, 3, 6, 0, 4, 3, 10, 1, 4, 3, 10, 1, 3, 0, 3, 2, 1
// ==UserScript==
// @name           Auto Signature
// @namespace      http://www.orkut.com/Community.aspx?cmm=20870730
// @description    Auto signature - Via Orkut Plus!
// @include        http://www.orkut.com/Scrap*
// @include        http://www.orkut.com/CommMsg*
// @author        Nikhilesh Garud - http://www.orkut.com/Profile.aspx?uid=16066078232168479821 
// ==/UserScript==

var signature = "\n\n\n\n[b]\n---------------------\n [b][red]Best Orkut Tips and Tricks @[/red][/b][blue][b] www.orkutplus.blogspot.com\n\---------------------[/blue][/b]\n\n";
 
function lalala () {
document.getElementsByTagName("textarea").item(0).value = "[/i][/u][/b]\n\n\n" + signature ; 
clearInterval (lalalaid) 
}
lalalaid = setInterval (lalala,2000)