Skip to content

Instantly share code, notes, and snippets.

@tuki0918
Created July 12, 2014 01:39
Show Gist options
  • Save tuki0918/0b57d242afba8b3fc1ef to your computer and use it in GitHub Desktop.
Save tuki0918/0b57d242afba8b3fc1ef to your computer and use it in GitHub Desktop.
pixiv download bookmarklet: mode manga / ex: http://www.pixiv.net/member_illust.php?mode=manga&illust_id=xxxx
var a=[],b=$(".ui-scroll-view");if(b)for(var c=b.length,d=b[0].src.split("/"),e=d.length-1,f=0;f<c;f++){d[e]=d[e].replace(/(.*?)_p\d+(\..*?)/,"$1_p"+f+"$2");var g=d.join("/");a.push(g)}else g=$("img").src,a.push(g);for(var l=document.createElement("a"),m=a.length,f=0;f<m;f++)(function(h){setTimeout(function(){var k=a[h];l.href=k;l.download=k.split("/").slice(-1)[0];l.click()},500*h)})(f);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment