Skip to content

Instantly share code, notes, and snippets.

@akashraj9828
Last active August 8, 2020 08:25
Show Gist options
  • Save akashraj9828/88a9a0fe3d5b4ee1ff1fef5ac2e6c3f5 to your computer and use it in GitHub Desktop.
Save akashraj9828/88a9a0fe3d5b4ee1ff1fef5ac2e6c3f5 to your computer and use it in GitHub Desktop.

Revisions

  1. akashraj9828 revised this gist Aug 8, 2020. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    // Send connection request to all // Linkedin
    x=document.querySelectorAll("[data-control-name='people_connect']");
    for(e of x){e.click()};
    x=document.querySelectorAll("[data-control-name='invite']");
    for(e of x){e.click()};
  2. akashraj9828 created this gist Aug 8, 2020.
    3 changes: 3 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    // Send connection request to all // Linkedin
    x=document.querySelectorAll("[data-control-name='people_connect']");
    for(e of x){e.click()};