[Greasemonkey] How to checkout Greasemonkey 0.6 branch
Aaron Boodman
zboogs at gmail.com
Thu Nov 17 21:19:41 EST 2005
On 11/17/05, Jason W. <jwellband at gmail.com> wrote:
> On 11/17/05, Aaron Boodman <zboogs at gmail.com> wrote:
> > These instructions are for windows using Putty
>
> I'm guessing you mean TortoiseCVS? :) I did use that to get the
> source and it worked fine.
Yeah I'm sorry, I confused my tools. I always mix up some detail.
> This part was a little funky. I went to update my Gmail smart delete
> button script and the link on the guy's blog hot links to a script on
> 50megs.com. That server didn't like me going there with no referer and
> gave me an 403 error page. But Greasemonkey still had the banner up
> top that said this is a GM script, would you like to install? I'm
> guessing it got that from the filename. Oddly enough clicking Install
> worked even tho the script wasn't shown.
Hm, yeah that's a tough problem. The issue with using the code which
is being displayed in the browser is that Greasemonkey itself might
change the contents of the window, or some other extension might. In
general, the contents of the window might not actually be valid
javascript anymore. This actually happens if you have linkify
installed (which I always do, so this is a non-starter for me).
I guess the solution is to only consider it a valid user script if the
URL matches and you get an HTTP 200. Low prio though.
> > * Navigate to a place where there is a link to a user script.
> > * Right-click on the link.
> > * Select Install User script...
> > * Same animation/success dialog thing.
>
> For this, I get an error in my JS console referring to another
> extension I have (ABC Add, sends torrent links to the web interface on
> my other machine). With ABC Add disabled, works just fine
If you can send along the error, or add it to
http://greasemonkey.mozdev.org/bugs.html, it would help. Can't
guarantee I'll get to it anytime soon, but it's a start..
> Another oddity (but not a show-stopper) is in the manage scripts
> dialog, if I arrow down the scirpt names, the box layout still
> changes. It's not as bad as before where you could have a giant width
> box and not be able to see the right side.
Yeah that dialog is the bane of my existence. I haven't tried to fix
it recently, maybe it's time for another shot.
> Even with the weird little things going on, I gotta say this is the
> best GM yet.
Horray, that makes me happy :-)
--
Aaron
More information about the Greasemonkey
mailing list