Skip to content

Instantly share code, notes, and snippets.

View omps's full-sized avatar

Om Prakash Singh omps

View GitHub Profile
@dongapplyboard
dongapplyboard / instagram-follow-unfollow.js
Last active December 21, 2022 14:20
Follow and unfollow instagram script - ApplyBoard
// -------------------
// To mass follow
// -------------------
// 1. Open instagram page (eg. https://www.instagram.com/visatoronto/) utilizing google chrome
// 2. Click 'xxx followers' on instagram page, this will open up a modal containing user's followers
// 3. Open google chrome developer tools by either (1) right clicking on the screen and clicking 'inspect'
// OR (2) Command + Option + J
// 4. Click on the 'console' method in dev tools
// 5. First paste the following code to instantiate jquery and press enter