We are trying to fix it, but it may take couple more weeks. Press Watch & star at the above to keep yourself updated
Instagram Scripts for various tasks automation
This JavaScript has helper methods to perform various tasks automation.
InstagramHelperChrome
F12
(Developer Tools) or Ctrl+Shift+I
Ctrl+R
to reload the page.
const script = document.createElement("script");
script.src = "https://cdn.jsdelivr.net/gh/pishangujeniya/instagram-helper@3.1/dist/InstagramHelper.min.js";
script.async = false;
document.head.appendChild(script);
setTimeout(() => {
new InstagramHelper();
}, 2000);
Input Message | Corresponding Meaning |
---|---|
Please enter your chat Thread ID. | Your chat thread ID. |
Please enter number of recent messages you want to skip. Default is 10 . |
The number of your recently sent messages which will be skipped and will not be deleted. If you do not enter any number then it will take by default 10 |
Please enter number of seconds to randomly wait between each message to delete. Default is 3 seconds |
Number of seconds to randomly wait between unsending each message, so that Instagram server do not think that the actions are automated. |
Do you want to skip unsending text messages - yes /no ? It means it will unsend media contents. Default is no . |
If you provide yes then it will not unsend the text messages, and starts unsending other type of messages such as media,photos, videos which you have sent. |
The script or the creator is in any ways not reponsibile for any of your actions. Do at your own risk.
For education purpose only.
The script in any way is not doing anything different other than just computer programmatically automation to the task which a user would do manually.
We do not collect any data or information.
The network request is send to server whenever a user does some task on using Instagram Normally, that requests are automatically programmatically sent using this script.
We do not have any connection to the user who is using this script.
The script is totally the similar execution of code to the task which Instagram Website does.
The script does the task on the site of Instagram.com and so the requests are also sent on the Instagram server for the task.
The code of script is totally opensource and is very simple and easy to understand which can confirm the above statements.
If you are happy to use this project and found this project helpful for you as well as others or you learned something from the source code of this project and want to thank me,
Star it! ⭐ If it worked for you.