Skip to content

Instantly share code, notes, and snippets.

@martianyi
Created April 21, 2018 12:42
Show Gist options
  • Save martianyi/b2aa8eb718db56a8d23c7193a1f8265c to your computer and use it in GitHub Desktop.
Save martianyi/b2aa8eb718db56a8d23c7193a1f8265c to your computer and use it in GitHub Desktop.
bookmarklet to open link in via.hypothes.is
javascript:(function () {location = 'https://via.hypothes.is/' + location.href;})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment