The script is intended to generate a list of links to the actual
images of a gallery. The list is appended to the bottom of the page,
you'll need to scroll down to see it.

On Mon, Nov 16, 2009 at 12:09 AM, jaeb0922 <[email protected]> wrote:
> sorry again,....
>
> On Nov 15, 3:38 pm, esquifit <[email protected]> wrote:
>> The script is broken because the site has changed the HTML a bit. In
>> order to fix it, the line
>>
>> link.href=/src=(\S+) class=big/.exec(text)[1];
>>
>> must be changed into:
>>
>> link.href=/class=big src=(\S+)/.exec(text)[1];
>>
>> On a side remark, please note that this list actually deals with the
>> Greasemonkey extension itself, not with particular scripts.  If a
>> script is broken you should contact the script's author.
>> userscripts.org offers the possibility to mark a script as broken and
>> even to leave a comment (I already did that in this case).
>>
>> On Sun, Nov 15, 2009 at 6:35 PM, jaeb0922 <[email protected]> wrote:
>> > im on vista, firefox 3.5.5, newest greasemonkey... niether script will
>> > do n e thing! am i doing something wrong? is there a command? heres
>> > the link to the script i really want 
>> > workinghttp://userscripts.org/scripts/show/37446

--

You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=.


Reply via email to