We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896d453 commit 9e43cf3Copy full SHA for 9e43cf3
unfollowBot.js
@@ -1,5 +1,6 @@
1
/**
2
* Instagram bot with web console
3
+ * Coded by @ridzcode
4
*/
5
6
// Unfollow from profile
@@ -13,7 +14,7 @@ for (let unfollow = 0; unfollow < 10; unfollow++){
13
14
// confirm button
15
document.getElementsByClassName("aOOlW -Cab_")[0].click();
16
// unfollow done
- console.log(`you unfollowed ${noAcc} accounts`);
17
+ console.log(`you unfollowed ${noAcc} accounts -- Coded by @ridzcode --`);
18
// index increase
19
noAcc++;
20
}
0 commit comments