Mastodon Bookmarklets

  • Thread starter Thread starter Sushubh
  • Start date Start date
  • Replies Replies 1
  • Views Views 96
and you can create a bookmarklet like this to share on desktop.

javascript:window.open("https://instance.url/share?text="+encodeURI(document.title+" "+location.href));

though it does not work on some urls. only title is fetched not the url.
 

Top