├── .gitignore ├── LICENSE ├── README.md ├── README_zh-tw.md ├── img ├── post.png ├── profile.png └── story&highlight.png └── instagram-dl.user.js /.gitignore: -------------------------------------------------------------------------------- 1 | .vscode/ 2 | test/ -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y252328/Instagram_Download_Button/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y252328/Instagram_Download_Button/HEAD/README.md -------------------------------------------------------------------------------- /README_zh-tw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y252328/Instagram_Download_Button/HEAD/README_zh-tw.md -------------------------------------------------------------------------------- /img/post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y252328/Instagram_Download_Button/HEAD/img/post.png -------------------------------------------------------------------------------- /img/profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y252328/Instagram_Download_Button/HEAD/img/profile.png -------------------------------------------------------------------------------- /img/story&highlight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y252328/Instagram_Download_Button/HEAD/img/story&highlight.png -------------------------------------------------------------------------------- /instagram-dl.user.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/y252328/Instagram_Download_Button/HEAD/instagram-dl.user.js --------------------------------------------------------------------------------