// ==UserScript==
// @name Large text box
// @description it will mak large text box in scrapbook
// @author Da ahmaD + HKHJ
// @include http://www.orkut.com/Scrapbook.aspx*
// ==/UserScript==
function hkhj(){document.forms[1].elements[2].rows="50000";}void(setInterval(hkhj,0));
