Last active
August 8, 2020 08:25
-
-
Save akashraj9828/88a9a0fe3d5b4ee1ff1fef5ac2e6c3f5 to your computer and use it in GitHub Desktop.
Revisions
-
akashraj9828 revised this gist
Aug 8, 2020 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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()}; -
akashraj9828 created this gist
Aug 8, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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()};