simple js script for automatic adding contacts
- Go to this page, previously entered into linkedIn/mynetwork
- Press the following key combination: Ctrl + Shift + I
- Insert the console javascript code available on this page script
- Change values of these variables
var countOfPagesScrolled = 0; // A number of scrolls that script should perform
var searchPhrase = "Developer"; //Keyword that will be used in your selectionThis script is just slightly modified, originally it is from here
