Instagram auto unfollow
- Download Firebug for FireFox : http://getfirebug.com/
- Go to your instagram account with url (ex : instagram.com/yourusername)
- Open Firebug
- Paste "allow pasting" -> double Enter, and this code in console :
/* Jquery - Start */
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
/* Jquery charge */
jQuery.noConflict();
/* Jquery END */
- Enter :)
- After that, paste instagram-auto-infollow.js codes
- Enter :)
you can change the value of variable auto_unfollow_time, default is 3000 millisecond ( 3 sec )