hi. I know this is not the place to comment, but i dont understand japanese and i cannot find your email or something to contact you. Ive found a bug in the google reader ++ for greasemonky when it automatically detect the favicon with ctr+alt+right click.
It doesnt recognise the favicon when it has something after the .ico|.png|.gif, and some websited do that like tech crunch or dannychoo. ive fixed it on the script copy on my pc
line 390 replace f = f.match(/href=("|').*\.(?:ico|png|gif|jpg)("|')/i); with f = f.match(/href=("|').*\.(?:ico|png|gif|jpg).*("|')/i);
hi. I know this is not the place to comment, but i dont understand japanese and i cannot find your email or something to contact you.
返信削除Ive found a bug in the google reader ++ for greasemonky when it automatically detect the favicon with ctr+alt+right click.
It doesnt recognise the favicon when it has something after the .ico|.png|.gif, and some websited do that like tech crunch or dannychoo.
ive fixed it on the script copy on my pc
line 390 replace
f = f.match(/href=("|').*\.(?:ico|png|gif|jpg)("|')/i);
with
f = f.match(/href=("|').*\.(?:ico|png|gif|jpg).*("|')/i);
added a .* after the file extensions.
Thanks, this script is great!
Thank you, Agustin.
返信削除I'll fix in next version.