There are 1 previous version of this script.
//topbar-myreddits-sanity.js - making the myreddits dropdown a little nicer.
//version 1.0
//2008-11-13
//Copyright (c) 2008, Jeremiah Dodds
//
//released under the wtfpl: http://sam.zoy.org/wtfpl/COPYING
// ==UserScript==
// @name Topbar-myreddits Sanity
// @namespace http://kaens.blogspot.com
// @description Make the myreddits dropdown a little nicer
// @include http://www.reddit.com/*
// ==/UserScript==
GM_addStyle(".drop-choices { overflow-y: scroll; max-height: 42em; }");
