Created
September 20, 2018 12:52
-
-
Save Ademking/744758c86379a2c2e3454e4e15524ac5 to your computer and use it in GitHub Desktop.
LinkedIn Auto Liker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** By Adem Kouki | |
| /** Facebook : https://facebook.com/Ademkouki.Officiel | |
| /** GitHub : https://github.com/Ademking | |
| /** | |
| /** LinkedIn Auto Liker - This tool will help you to increase your Linkedin Popularity ... | |
| /** | |
| */ | |
| (function() { | |
| console.log('By Adem Kouki : https://facebook.com/Ademkouki.Officiel'); | |
| let index = 0; | |
| window.setInterval(function(){ | |
| let btns = $('.like').not('.active'); | |
| btns.click(); | |
| index++; | |
| console.log(index + ' like(s) clicked'); | |
| }, 5000); | |
| })() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment