-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved name extraction and added sleep for open messages for form t…
…o load and readme
- Loading branch information
Showing
3 changed files
with
53 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# \*\*\*\*\*\*monkey LinkedIn scripts | ||
|
||
###### Edit scripts | ||
|
||
Find the **comments** in the scripts and edit the strings with messages if needed, for example: | ||
``` | ||
// SET title | ||
inputElement.value = "Lets network"; | ||
``` | ||
we change the content of the title by editing the string at _inputElement.value_ | ||
``` | ||
// SET title | ||
inputElement.value = "I hope my message finds you well!"; | ||
``` | ||
|
||
###### Scripts | ||
|
||
| file | usage | | ||
| ------------- |:-------------:| | ||
| *linkedin_invite_message_autofill.js* | autocomplete linkedin messages popups | | ||
| *linkedin_open_message_autofill.js* | autocomplete inmail messages | |
This file contains 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 characters
This file contains 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 characters