Skip to content

Instantly share code, notes, and snippets.

@hkitago
Last active April 6, 2021 03:28
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 hkitago/40887058a43f7354e324b4f0e843bf86 to your computer and use it in GitHub Desktop.
Save hkitago/40887058a43f7354e324b4f0e843bf86 to your computer and use it in GitHub Desktop.
bookmarklet that fires a local js file on macOS
javascript:(()=>{d=document,js=d.createElement('script');js.setAttribute('src', '//localhost/{path2File}.js');d.body.appendChild(js)})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment