Tools and techniques for downloading images

To redirect downscaled images to their original version, or replace all images
in a page with their original versions, use Image Max URL. It can then be
combined with DownThemAll to mass download all original images.
https://addons.mozilla.org/en-US/firefox/addon/image-max-url/ (firefox extension)
https://greasyfork.org/en/scripts/36662-image-max-url (usescript version, for other browsers)


To rip image galleries, use a dedicated crawler like gallery-dl, jdownloader, wget.
https://github.com/mikf/gallery-dl
http://jdownloader.org/
https://www.gnu.org/software/wget/

For tistory in particular, use tistore:
https://github.com/Kagami/tistore

For kgirls.net, see:
./scrapers/kgirls.html


To mass download pictures using your browser, use the firefox extension
DownThemAll or an equivalent, like Download Star.
http://www.downthemall.net/
https://addons.mozilla.org/en-US/firefox/addon/download-star/

You can also use uget, which is an external download manager that integrates
into firefox:
https://ugetdm.com/
https://github.com/ugetdm/uget-integrator
https://addons.mozilla.org/en-US/firefox/addon/ugetintegration/


To rip photographers' photos from twitter, you can use Twitter Media Downloader (available as firefox and chrome extensions, and also as a userscript).
https://addons.mozilla.org/ja/firefox/addon/tw-media-downloader/
https://chrome.google.com/webstore/detail/twitter-media-downloader/cblpjenafgeohmnjknfhpdbdljfkndig?hl=en
https://furyutei.work/userjs/furyutei/twMediaDownloader.user.js


To run userscripts, you'll need an extension like Violentmonkey or Tampermonkey.
https://violentmonkey.github.io/
https://tampermonkey.net/
Chrome users can also install userscripts directly.


To install userstyles, use Stylus.
https://addons.mozilla.org/en-US/firefox/addon/styl-us/
https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne/
Guide to importing userstyles:
stylus_import_userstyle.png


To open images in new tabs using mouse gestures, see this guide:
./gestures/index.html


To use daum for getting higher res pics from some news sites, see this guide:
./daum.html

How to search naver for news articles:
naver_search.png
Note that the daum guide above was made from the same /hr/ posts referenced
at the end of this naver guide.


For loopvid userscripts that perform parts of what Image Max URL does (allow
mass downloading, redirect images to originals, allow right-clicking on
instagram, rename url-quoted filenames from tistory), see this guide:
./loopvid_userscripts.html