Skip to content

Instantly share code, notes, and snippets.

@chad-loder
Created November 30, 2024 19:11
Show Gist options
  • Save chad-loder/35db024fd485802fbdacfb43dfdc95f4 to your computer and use it in GitHub Desktop.
Save chad-loder/35db024fd485802fbdacfb43dfdc95f4 to your computer and use it in GitHub Desktop.
A JavaScript bookmarklet that shares the current tab to Bluesky
javascript:(function() { const newTab = window.open("https://bsky.app/intent/compose?text=" + encodeURIComponent(window.location.href)); })();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment