Image Downloader

Images can be extracted and batch downloaded from most websites. Especially for websites the right click fails or image can not save. Extra features: zip download / auto-enlarge image. See the script description at info page (suitable for chrome/firefox+tampermonkey)

< Feedback on Image Downloader

Review: Good - script works

§
Posted: 2022-04-04
Edited: 2022-04-04

作者你好,我尝试自己编写规则对应于wallhaven网站的壁纸下载,这个网址在预览时的图片链接格式是类似https://th.wallhaven.cc/small/j3/j3jkpm.jpg这样的,而实际大图地址在https://w.wallhaven.cc/full/j3/wallhaven-j3jkpm.png,我据此编写了他的正则,{originReg:/th(\.wallhaven\.cc\/)small\/(\w{2}\/)([\w\.]+)\.jpg/i,replacement:(match,p1,p2,p3)=>("w"+p1+"full/"+p2+"wallhaven-"+p3+".png"),tip:"用于wallhaven"},可是没用,小白请教一下,望回复!感谢

Post reply

Sign in to post a reply.