[greasemonkey-users] GM script never runs unless @include about:blank

2010-08-19 Thread PeterFacey
I was trying to customise http://www.elgin.gov.uk . It's a site that uses over 1.2 million characters of javascript on the client side and a lot of DOM manipulation. My script said @include http://www.elgin.gov.uk but, to my surprise, it never ran (a script which just said alert(I am running) did

[greasemonkey-users] Re: GM script never runs unless @include about:blank

2010-08-19 Thread PeterFacey
I forgot to add: FF 3.6.8 GM: 0.8.20100408.6 -- You received this message because you are subscribed to the Google Groups greasemonkey-users group. To post to this group, send email to greasemonkey-us...@googlegroups.com. To unsubscribe from this group, send email to

Re: [greasemonkey-users] GM script never runs unless @include about:blank

2010-08-19 Thread Anthony Lieuallen
On 08/19/10 13:57, PeterFacey wrote: @include http://www.elgin.gov.uk This include will never match anything. At best, you might end up at the URL http://www.elgin.gov.uk/; (note the trailing slash). You probably want: @include http://www.elgin.gov.uk* The whole about:blank thing is a

[greasemonkey-users] Re: GM script never runs unless @include about:blank

2010-08-19 Thread PeterFacey
Thanks, yes the uk* makes it work. I find I have to use unsafeWindow to access the Elgin javascript objects, as ordinary window just says undefined. Do I always need a / at the end of the URL? (Absence hasn't caused a problem for me with other scripts) -- You received this message because you

Re: [greasemonkey-users] Greasemonkey mod for Firefox 4.0 beta 5 works very fine

2010-08-19 Thread cc
Note that there *is* a Firefox 4.0b5pre, although it's nightly only (try the files under http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2010-08-19-14-mozilla-central/). This may be what was meant. On 2010-08-19 19:25, John Plsek wrote: No such thing as Firefox 4.0 beta 5 - I call

Re: [greasemonkey-users] Greasemonkey mod for Firefox 4.0 beta 5 works very fine

2010-08-19 Thread John Plsek
I still wouldn't download and install an addon from .cn domain (or .ru or .ro etc etc) On 20 August 2010 12:44, cc carlcl...@lavabit.com wrote: Note that there *is* a Firefox 4.0b5pre, although it's nightly only (try the files under

Re: [greasemonkey-users] Greasemonkey mod for Firefox 4.0 beta 5 works very fine

2010-08-19 Thread cc
Eh, I wouldn't blame you all that much... and I didn't install it either ;) (perhaps because I'm still on 3.6.8? :P). On 2010-08-19 19:49, John Plsek wrote: I still wouldn't download and install an addon from .cn domain (or .ru or .ro etc etc) On 20 August 2010 12:44, cc

Re: [greasemonkey-users] Greasemonkey mod for Firefox 4.0 beta 5 works very fine

2010-08-19 Thread Fernando Cassia
On Thu, Aug 19, 2010 at 11:49 PM, John Plsek jaroma...@gmail.com wrote: I still wouldn't download and install an addon from .cn domain (or .ru or .ro etc etc) If we´re going to insert our geopolitical prejudices here, I´d never download anything from a .il domain, or .us. But since I don´t,