$("div.bio")
.filter((i, e) => $(e).text().trim() === "Already on AngelList")
.each((i, e) => $(e).parent().parent().click());
1. You went to angel list and decided to import your linked in connections
2. Angel list presents you with the list of people you can either connect with or invite
3. You want to connect with only those already on angel list to make sure others don't get email invites (spam?) from you.
Instead of checking the boxes individually, you paste the snippet above into the command window in chrome
2. Angel list presents you with the list of people you can either connect with or invite
3. You want to connect with only those already on angel list to make sure others don't get email invites (spam?) from you.
Instead of checking the boxes individually, you paste the snippet above into the command window in chrome
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.