Greasemonkey - less jerky UI

Greasemonkey - less jerky UI
60

The author has marked this style as obsoleted by Greasemonkey - cleaner manage window.

This has been done better by DesertFox.

****½
Last updated May 11 2006
3 installs this week, 117 total.

Makes GM's Manage User Scripts window not resize the columns when selecting a script.

Install options

Feedback

Reviews

jk- said on May 15 2006

good idea.. this was always an annoyance, still a little jerky though ****

LouCypher said on May 11 2006

This also works:
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#manage-window grid > columns > column:first-child {
min-width: 175px !important;
max-width: 175px !important;
} *****

.ad {
/* Your ad can be here instead. 10K unique visitors for $5/day. Mail me. */

}