Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active June 5, 2019 14:02
Show Gist options
  • 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)
@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