Skip to content

Instantly share code, notes, and snippets.

@mhingston
Created September 19, 2017 20:26
Show Gist options
  • Save mhingston/8c946619bac28db1a68c35b5190cfa7e to your computer and use it in GitHub Desktop.
Save mhingston/8c946619bac28db1a68c35b5190cfa7e to your computer and use it in GitHub Desktop.
Mastodon bookmarklet
javascript:(function(){var _={};_.title=top.document.title,_.link=top.location.href,_.height=300,_.width=300,_.left=(screen.width/2)-(_.width/2),_.top=(screen.height/2)-(_.height/2);window.open('https://mastodon.social/share?text='+_.title+' '+_.link,'_blank','height='+_.height+',width='+_.width+',left='+_.left+',top='+_.top)}())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment