Skip to content

Instantly share code, notes, and snippets.

@lucashalbert
Created March 5, 2019 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucashalbert/763f98ea10577a43802b76be4e54c7e8 to your computer and use it in GitHub Desktop.
Save lucashalbert/763f98ea10577a43802b76be4e54c7e8 to your computer and use it in GitHub Desktop.
AutoHotKey script to send the string "thisisunsafe" when navigating to an "unsafe" page in Chrome.
; AutoHotKey script to send the string "thisisunsafe" when navigating to an "unsafe" page in Chrome.
#F5::Send, thisisunsafe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment