Once More... a farce in many parts. A comedy in others.

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)

Cool. Very, very cool.

Posted on April 11th, 2005 / comments

Cool. Very, very cool. [via]