Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active June 5, 2019 14:02
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save miguelmota/7d3163f5ce2f4c862d4f6f838c570a66 to your computer and use it in GitHub Desktop.
Save miguelmota/7d3163f5ce2f4c862d4f6f838c570a66 to your computer and use it in GitHub Desktop.
LinkedIn auto-connect simple script
// https://www.linkedin.com/mynetwork/
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)
@rishumonga
Copy link

Just wanted to say that your script is awesome and works beautifully! Would it be possible for you to add some more functionality? It'd be great if we could define a variable that takes string(s) and then sends invite only to those people who have the defined string(s) in their description. I have my fingers crossed! :-)

@elrachid
Copy link

thanks :)

@TXTFox
Copy link

TXTFox commented May 27, 2019

Anyway to customize for certain things - Like CEO etc - or to slow the interval down? Great script!

@phpenterprise
Copy link

Hello friends, follows an update of the script originally made by Miguel Mota.

Linkedin Auto Connect - Custom Search

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment