Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. 1. Build a decent profile. Be thorough.
  2. Be sure to add colleges/organization.
  3. 2. Click "My Network"
  4. 3. Scroll way down to fill the page.
  5. 4. Run in Browser dev tools
  6. ```javascript
  7. $("[data-contro-name*='invite']").each(function(index){ $(this).trigger('click');})
  8. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement