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 c70010d commit 896d453Copy full SHA for 896d453
followBot.js
@@ -1,5 +1,6 @@
1
/**
2
* Instagram bot with web console
3
+ * Coded by @ridzcode
4
*/
5
6
// Follow bot
@@ -9,5 +10,5 @@ for(var follow = 0; follow < 10; follow++) {
9
10
// get button class
11
document.getElementsByClassName("sqdOP")[follow].click();
12
// console
- console.log(`You followed ${follow + 1} account`);
13
+ console.log(`You followed ${follow + 1} account -- Coded by @ridzcode --`);
14
}
0 commit comments