Large text box

By Da ahmaD Last update Feb 18, 2008 — Installed 24 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==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));