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 working > http://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=.
