you should give stylish a try to do client side CSS changes rather then greasemonkey.
https://addons.mozilla.org/en-US/firefox/addon/2108
Mark Gibson wrote:
Any chance of getting an alternative stylesheet added to jquery.com? I've got a small 1024x600 display, and the heading of jquery.com, nice as it is, takes up a lot of space. I'd just like to suggest adding the following as an alternative (using <link rel="alternate stylesheet" ...>) for folk with vertically impaired screens: #jq-secondaryNavigation { margin-top: 4px; } #jq-secondaryNavigation ul, #jq-footerNavigation ul { width: auto; } #jq-siteLogo { top: 14px; } #jq-header { height: 80px; } body#jq-interior #jq-header { height:102px; } #jq-content { padding-top: 1em; } #jq-header h1, #jq-primarySearchForm { bottom: 4px; } At the minute I use greasemonkey to add this, but I thought others may benefit too. Regards - Mark Gibson