Giter Club home page Giter Club logo

instagram-private-downloader's Introduction

instagram-private-downloader

Only works if you follow someone and you are able to view their photos

The script downloads every image loaded in your viewport. Currently no solution for it, however in future releases I will consider adding it

Steps

  1. Press ctrl+shift+i or F12 or right click anywhere in page and select inspect element (Open developer tools in short :p)
  2. Select console tab in developer tools
  3. Please scroll down to bottom of the page and let those thumbnails appear or load. Else you will not be able to download them all.
  4. Simply copy and paste following in your console tab (this may sometime result in refusal to load the script, read solution given below)
var _ig_s = document.createElement('script');
_ig_s.src = "https://cdn.jsdelivr.net/gh/devsaurabhcb/instagram-private-downloader@latest/downloader.js"; 
document.body.appendChild(_ig_s);

or all these in one line

var _ig_s = document.createElement('script');_ig_s.src = "https://cdn.jsdelivr.net/gh/devsaurabhcb/instagram-private-downloader@latest/downloader.js"; document.body.appendChild(_ig_s);

If you are getting error like Refused to load the script Then consider opening link given below, copy all of it and then paste in console tab of developer tools and hit enter https://cdn.jsdelivr.net/gh/devsaurabhcb/instagram-private-downloader@latest/downloader.min.js

Did you like it, let me know : email me

All Hail Saurabh Sharma, devSaurabh

Another istagram photos and videos downloader made with instagram graph api : https://insta-dl.tk

instagram-private-downloader's People

Contributors

devmade avatar

Watchers

James Cloos avatar sunil garg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.