My user script bloggerDate.user.js fails miserably in Greasemonkey 0.3. And y’know what? F*ck it. I’ll worry about it when 0.3 is actually released.
Update 4/13/2005: Thanks to some quick help from Tony Chang on the Greasemonkey mailing list, bloggerdate.user.js now works with Greasemonkey 0.3.
For the curious, the problem was that a change has been made which keeps variables created in scripts seperate from the document. I needed only alter the function declaration from function setPostDate(blah) to window.setPostDate = function setPostDate(blah)

Works fine for me.
In the picture you show the various dropdowns disabled. When I ran it (on FF 1.0.3 cand, GM 0.3) it worked well, but the dropdowns were completely gone - not disabled.
Can I presume that your screenshot was old? I didn’t get any errors…
Oh. Hi Aaron! Yes, that’s an extremely old screenshot. I’ve pretty much rewritten the script since then. FF 1.0.2 and GM 0.3 gave me an error that function setPostDate was undefined. I’ve been kind of busy, so I rolled back to 0.2.6 and haven’t really thought about it since. I should try it out again tonight. If I get any errors that are a bit more descriptive than that, I’ll forward to the list.