hrkpg2017

Tools and techniques for downloading images

Oct 5th, 2017
845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. Tools and techniques for downloading images
  2.  
  3.  
  4. To redirect downscaled images to their original version, or replace all images
  5. in a page with their original versions, use Image Max URL. It can then be
  6. combined with DownThemAll to mass download all original images.
  7. https://addons.mozilla.org/en-US/firefox/addon/image-max-url/ (firefox extension)
  8. https://greasyfork.org/en/scripts/36662-image-max-url (usescript version, for other browsers)
  9.  
  10.  
  11. For mass downloading pictures from any website, use the firefox extension
  12. DownThemAll or an equivalent, like Download Star.
  13. http://www.downthemall.net/
  14. https://addons.mozilla.org/en-US/firefox/addon/download-star/
  15.  
  16. You can also use uget, which is an external download manager that integrates
  17. into firefox:
  18. https://ugetdm.com/
  19. https://github.com/ugetdm/uget-integrator
  20. https://addons.mozilla.org/en-US/firefox/addon/ugetintegration/
  21.  
  22. For certain websites, it might be easier to use a stand alone downloader that
  23. supports that site, e.g. JDownloader.
  24. http://jdownloader.org/
  25.  
  26.  
  27. To rip whole tistories, use tistore:
  28. https://github.com/Kagami/tistore
  29.  
  30. To rip photographers' photos from twitter, you can use Twitter Media Downloader (available as firefox and chrome extensions, and also as a userscript).
  31. https://addons.mozilla.org/ja/firefox/addon/tw-media-downloader/
  32. https://chrome.google.com/webstore/detail/twitter-media-downloader/cblpjenafgeohmnjknfhpdbdljfkndig?hl=en
  33. https://furyutei.work/userjs/furyutei/twMediaDownloader.user.js
  34.  
  35.  
  36. To run userscripts, you'll need an extension like Tampermonkey or another
  37. Greasemonkey equivalent.
  38. https://tampermonkey.net/
  39. Chrome users can also install userscripts directly.
  40.  
  41.  
  42. To install userstyles, use Stylus.
  43. https://addons.mozilla.org/en-US/firefox/addon/styl-us/
  44. https://chrome.google.com/webstore/detail/stylus/clngdbkpkpeebahjckkjfobafhncgmne/
  45. Guide to importing userstyles: https://i.imgur.com/oInhqgc.png
  46.  
  47.  
  48. To open images in new tabs using mouse gestures, see this guide:
  49. https://pastebin.com/KWk4WAsk
  50.  
  51.  
  52. To use daum for getting higher res pics from some news sites, see this guide:
  53. https://pastebin.com/g6AgDvnJ
  54.  
  55. How to search naver for news articles:
  56. https://i.imgur.com/Fdn4H1C.png
  57. Note that the daum pastebin above was made from the same /hr/ posts referenced
  58. at the end of this naver guide.
  59.  
  60.  
  61. For loopvid userscripts that perform parts of what Image Max URL does (allow
  62. mass downloading, redirect images to originals, allow right-clicking on
  63. instagram, rename url-quoted filenames from tistory), see this guide:
  64. https://pastebin.com/Rxu48Ysp
Add Comment
Please, Sign In to add comment