5 seconds to hack LinkedIn increase connections
First, copy the scripts below.
This file contains 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
//Simple version | |
setInterval(() => { | |
$('button[data-control-name="invite"]').each((i, el) => el.click()) | |
window.scrollTo(0, document.body.scrollHeight) | |
window.scrollTo(document.body.scrollHeight, 0) | |
window.scrollTo(0, document.body.scrollHeight) | |
}, 5e3) | |
//run it on https://www.linkedin.com/mynetwork/ |
Then go to this link
https://www.linkedin.com/mynetwork/
Right-click and select Inspect
Select Console tab and paste the script here, enter :)
No comments: