Bearable Facebook Wallpost

By obsessiveatbest Last update Jan 2, 2007 — Installed 1,611 times. Daily Installs: 0, 4, 5, 1, 3, 3, 1, 0, 0, 4, 4, 1, 1, 0, 1, 0, 3, 1, 3, 4, 4, 1, 13, 1, 3, 0, 4, 1, 2, 3, 4, 2
// ==UserScript==
// @name           Bearable Facebook Wallpost
// @namespace      http://www.myspace.com/obsessiveatbest
// @description    Makes the facbook wallpost texbox longer and the width of an actual post.
// @author  Gavin Paul
// @version 1.0
// @include        *http://*.facebook.com/wallpost.php?*
// ==/UserScript==

document.getElementById("text").rows = 15;
document.getElementById("text").cols = 56;