Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Created August 6, 2022 11:29
Show Gist options
  • Save JoeGlines/4e3aa7c2189041f443b1c006e79329e1 to your computer and use it in GitHub Desktop.
Save JoeGlines/4e3aa7c2189041f443b1c006e79329e1 to your computer and use it in GitHub Desktop.
#IfwinActive, Messaging | LinkedIn - Google Chrome
::smsg::
clipboardOld:=ClipboardAll
Clipboard:="Send Hello,`nThanks for reaching out and connecting. "
. "I am always happy to make new connections here on LinkedIn. "
. "Although, I find sales messages a bit intrusive and drain my valuable time."
. "So, I am delighted to stay connected, but any more sales messages will, unfortunately, "
. "result in me blocking you.`n`nThanks`nMatthew"
send ^v
sleep, 100 ;always pause after pasting and before restoring clipbooard
ClipBoard:=ClipboardOld ;Restore Clipboard
return
@hot4harddrives
Copy link

Can't wait to try this. I am always looking for LinkedIn tips & tricks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment