Skip to content

Instantly share code, notes, and snippets.

@iwestlin
Created June 7, 2016 11:08
Show Gist options
  • Save iwestlin/98848832a41bc49b65bf80aed84daf5b to your computer and use it in GitHub Desktop.
Save iwestlin/98848832a41bc49b65bf80aed84daf5b to your computer and use it in GitHub Desktop.
javascript:(function(){function img2link(a){var b=document.createElement("a");return b.href=a.src.replace("220X220","1000X1000"),b.download="",b}for(var imgList=document.getElementsByClassName("db_pictypeout")[0].getElementsByTagName("img"),i=0;i<imgList.length;i++){var link=img2link(imgList[i]);document.body.appendChild(link),link.click()}})();
@iwestlin
Copy link
Author

iwestlin commented Jun 7, 2016

用法:将代码复制成chrome书签,打开时光网影人图片页,如: http://people.mtime.com/1663915/photo_gallery/

点击书签即可下载页面内所有大图。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment