BrazenBull
Regular Member
- Nov 5, 2015
- 207
- 118
Hello everyone,
I felt inspired by @Sherbert Hoover, his insight on how to grow a Twitter account gave me the idea of sharing this simple method to increase your connections up to 500+ easily in no time. IMPORTANT:. You must use Google Chrome for this.
As I said, it is very simple:
1. Log in to the account you want to get new connections;
2. Go to "My Network";
3. Right-click on the page and click in "Inspect" then click on the "Console" tab.
4. Copy and paste the following code in your console:
5. Let the page scroll down automatically for a while.
4. When the page reaches its end. Copy and paste in your console the code:
5. Let it work for a few minutes, get a coffee or just watch while it add some people.
6. Don't use it too often. Otherwise, you might be flagged by Linkedin. I recommend doing it once a week, if you don't want to take too much risk.
Hope you find it helpful.
Cheers,
BrazenBull
I felt inspired by @Sherbert Hoover, his insight on how to grow a Twitter account gave me the idea of sharing this simple method to increase your connections up to 500+ easily in no time. IMPORTANT:. You must use Google Chrome for this.
As I said, it is very simple:
1. Log in to the account you want to get new connections;
2. Go to "My Network";
3. Right-click on the page and click in "Inspect" then click on the "Console" tab.
4. Copy and paste the following code in your console:
Code:
setInterval(function() { window.scrollTo(0, document.body.scrollHeight); }, 2000);
4. When the page reaches its end. Copy and paste in your console the code:
Code:
jQuery('.button-primary-medium').each(function(index, value) {
setTimeout(function() {
jQuery(value).trigger('click');
}, index * 1000);
});
6. Don't use it too often. Otherwise, you might be flagged by Linkedin. I recommend doing it once a week, if you don't want to take too much risk.
Hope you find it helpful.
Cheers,
BrazenBull