Skip to content

Instantly share code, notes, and snippets.

@nilsandrey
Last active May 2, 2024 03:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nilsandrey/e2094ef9fb9d1b0c3e06369b957af0cf to your computer and use it in GitHub Desktop.
Save nilsandrey/e2094ef9fb9d1b0c3e06369b957af0cf to your computer and use it in GitHub Desktop.
Use this code on a new bookmark to send current page to a new Typefully draft.
javascript:(function(){f='https://typefully.com/?new='+encodeURIComponent(document.title)+'%250A'+encodeURIComponent(window.location.href);a=function(){if(!window.open(f))location.href=f};if(/Firefox/.test(navigator.userAgent)){setTimeout(a,0)}else{a()}})()
@nilsandrey
Copy link
Author

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