WordPress Admin - Big Excerpts

By engtech Last update Apr 18, 2008 — Installed 185 times. Daily Installs: 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           WordPress Admin - Big Excerpts
// @namespace      http://internetducttape.com
// @description    Greatly increase the size of the excerpt box when writing WordPress posts. Because 12 lines are better than 4.
// @include        */wp-admin/post-new.php
// @include        */wp-admin/post.php*action=edit*
// ==/UserScript==


(function() {
  GM_addStyle('#excerpt { height:12em; }');
 })();