Skip to content

Instantly share code, notes, and snippets.

View brunocsouto's full-sized avatar
🏠
Working from home

Bruno Souto brunocsouto

🏠
Working from home
View GitHub Profile
@brunocsouto
brunocsouto / connect-lin.js
Last active August 9, 2023 20:58
Send connection request inside a LinkedIn People list
// Copy/paste below code into browser console
// when you're in a People list
// call 'connect()' method every page
// it will send connection request to every person with 'Connect' button inside that page
function delay(time) {
return new Promise(resolve => setTimeout(resolve, time))
}
function findButtons() {