Skip to content

Instantly share code, notes, and snippets.

@brandizzi
Created May 11, 2020 01:32
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 brandizzi/008192cef1e5fd2211b981351465f381 to your computer and use it in GitHub Desktop.
Save brandizzi/008192cef1e5fd2211b981351465f381 to your computer and use it in GitHub Desktop.
Bookmarklet to add the current page's link to Todoist Inbox (does not work with Firefox in CSP-secured pages, sadly)
javascript:(function(){window.location.href='https://todoist.com/add?content='+encodeURI(window.location.href);})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment