Skip to content

4096void/I-archive-todos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 

Repository files navigation

Get all the picture resources.

// resource.js
Array.prototype.map.call(document.querySelectorAll('.media > a > img'), elm => elm.src).join('|seperator|');
// copy above output, replace all `|seperator|`s with \n save as `pics`(2019/09/03)

Browsing https://i-isola.tumblr.com to get the browsing-headers from rightclick's Copy as cURL

args -n 1 curl -O -H {browsing-headers} --compressed --socks5-hostname {socks5-server} < pics
# Replace and copy to run above script.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published