I would like to share my tip how to increase connections in LinkedIN automatic, this will help to connect with other people automatic instead of manual not cheat/hack LinkedIn.
- The first one, you need to connect to LinkedIn at https://www.linkedin.com and click My network Icon and People tab as below:
- Wait for loading many people as much as possible.
- And then click F12 and choose console tab
- Copy below code to blank (blue rectangle)
jQuery('button[data-control-name="invite"]').each(function(index, value) {
setTimeout(function() {
jQuery(value).trigger('click');
}, index * 1000);
});
- Then enter, you will see it will connect to people automatic.
I hope it will help you to connect people automatic instead of clicking one by one.
Vietnamese:
Tôi xin chia sẻ với các bạn cách để kết bạn trong LinkedIn tự động, cách này sẽ giúp bạn kết bạn với người khác 1 cách tự động thay vì phải làm thủ công, và không phải là hack hay cheat LinkedIn. - Trước tiên bạn vào trang https://www.linkedin.com, chọn vào thanh My network Icon và People như hình:
- Sau đó chờ cho trang web load càng nhiều người càng tốt.
- Nhấn F12 và chọn tab Console.
- Copy mã code sau đây vào ô trống (hình chữ nhật màu xanh)
jQuery('button[data-control-name="invite"]').each(function(index, value) {
setTimeout(function() {
jQuery(value).trigger('click');
}, index * 1000);
});
Sau đó nhấn Enter, bạn sẽ thấy trang web tự kết nối người khác tự động thay vì phải nhấn kết nối từng người một.