Skip to content

Instantly share code, notes, and snippets.

@MitarashiDango
Created December 24, 2018 06:30
Show Gist options
  • Save MitarashiDango/f31e5bfb0dad260bce09cc45619cc087 to your computer and use it in GitHub Desktop.
Save MitarashiDango/f31e5bfb0dad260bce09cc45619cc087 to your computer and use it in GitHub Desktop.
見てるWebページのタイトルとURLをMastodonでシェアするやつ
javascript:window.open("https://mastodon.matcha-soft.com/share?text="+encodeURIComponent(document.title+" "+location.href),"_blank","scrollbars=yes,resizable=yes,width=500,height=360");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment