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
好的,有空会更新上来。
你留的这网站有点那个,你懂得。本来想写进脚本里,又觉得不太好。刚刚突然想到一个折中的方法,我帮你写好正则,你自己加到或者导入到脚本里面去用吧。
{originReg:/(?<=(.+kemono.party\/))(thumbnail)(?=(\/.+))/i,replacement:"",tip:"for kemono"}
感谢,好人!
你留的这网站有点那个,你懂得。本来想写进脚本里,又觉得不太好。刚刚突然想到一个折中的方法,我帮你写好正则,你自己加到或者导入到脚本里面去用吧。
{originReg:/(?<=(.+kemono.party\/))(thumbnail)(?=(\/.+))/i,replacement:"",tip:"for kemono"}
请问这个脚本应该加到哪里,小白确实不会
你留的这网站有点那个,你懂得。本来想写进脚本里,又觉得不太好。刚刚突然想到一个折中的方法,我帮你写好正则,你自己加到或者导入到脚本里面去用吧。
{originReg:/(?<=(.+kemono.party\/))(thumbnail)(?=(\/.+))/i,replacement:"",tip:"for kemono"}请问这个脚本应该加到哪里,小白确实不会
脚本编辑器,找到autoBigImage,我是在131行,然后在defaultRules里面加一条{originReg:/(?<=(.+kemono.party\/))(thumbnail)(?=(\/.+))/i,replacement:"",tip:"for kemono"}
你留的这网站有点那个,你懂得。本来想写进脚本里,又觉得不太好。刚刚突然想到一个折中的方法,我帮你写好正则,你自己加到或者导入到脚本里面去用吧。
{originReg:/(?<=(.+kemono.party\/))(thumbnail)(?=(\/.+))/i,replacement:"",tip:"for kemono"}
dalao,我最近用的时候,下载大图它不是通过浏览器下载一堆,而是打开了新的网页显示图片,我还得手动下载下来,这是啥情况
感谢,非常好用的脚本!kemono.party这个网站是否可以添加进抓大图的模块里?这个网站的页面上是缩略图,点击图片会加载原图。我看缩略图和原图的链接区别就是在.com/后面多了个thumbnail,但我不会写正则>_<