Skip to content

Instantly share code, notes, and snippets.

@gabrielsond
Created September 3, 2020 01:04
Show Gist options
  • Save gabrielsond/162efd8d5a26a2247d3ffc7ff8363073 to your computer and use it in GitHub Desktop.
Save gabrielsond/162efd8d5a26a2247d3ffc7ff8363073 to your computer and use it in GitHub Desktop.
My Custom Domain Tumblr: Edit Post Bookmarklet
javascript:(function(){window.open('https://www.tumblr.com/edit/'+location.href.replace('https://damiengabrielson.com/post/','').split(/\//)[0]+'/?redirect_to=/blog/gabrielsond')})();
@gabrielsond
Copy link
Author

I could have introduced variables but it should be clear that damiengabrielson.com is my domain and gabrielsond is my tumblr account.

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