Skip to content

Commit

Permalink
v12.0.0 🔥 Rebirth of Instantgram
Browse files Browse the repository at this point in the history
[instangram] Rewrite of instantgram to support last backend of insta.
Profile page bulk downloader dropped because insta deleted all api around them.
Maybe there is a possibility in the future but unfortunately not now.
  • Loading branch information
saschaheim committed Aug 12, 2022
1 parent ae53ced commit c529672
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lang/de-de/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lang/en-us/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lang/es-ar/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lang/pt-br/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/_langs/partials/button.html

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,14 @@ if (program.hostname == 'instagram.com' || program.hostname == 'www.instagram.co

if (scannerFound == false) {
if (scannerProgram.regexProfilePath.test(scannerProgram.path)) {
program.foundByModule = 'CUSTOM'

new Modal({
heading: [
`<h5>[instantgram] ProfilePage downloader <span style="float:right">v${program.VERSION}</span></h5>`
],
content: [
'Sorry the ProfilePage downloader is currently disabled because instagram changed their system.\n\nHopefully in the future exists a fix.'
localize('index@profilepage_downloader_disabled')
],
contentStyle: 'text-align:center',
buttonList: [{
Expand Down

0 comments on commit c529672

Please sign in to comment.