Skip to content

Commit 9e43cf3

Browse files
authored
Update unfollowBot.js
1 parent 896d453 commit 9e43cf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unfollowBot.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
22
* Instagram bot with web console
3+
* Coded by @ridzcode
34
*/
45

56
// Unfollow from profile
@@ -13,7 +14,7 @@ for (let unfollow = 0; unfollow < 10; unfollow++){
1314
// confirm button
1415
document.getElementsByClassName("aOOlW -Cab_")[0].click();
1516
// unfollow done
16-
console.log(`you unfollowed ${noAcc} accounts`);
17+
console.log(`you unfollowed ${noAcc} accounts -- Coded by @ridzcode --`);
1718
// index increase
1819
noAcc++;
1920
}

0 commit comments

Comments
 (0)