Jon Morter @jonmorter.com · Dec 1

[2/3] 1. On Chrome go to Bookmarks/Bookmark Manager/then click the 3 dots in the top right 2. Give it a name like 'bsky share', then copy & paste the javascript (in the thread) into the URL part of the pop-up then save 3. Drag that bookmark to your Bookmarks Bar 4. Press that button to share stuff

2 likes 1 replies

?

Replies

Jon Morter · Dec 1

[3/3] Copy this ---------- javascript:void(function(){var e=encodeURIComponent,t=document,l=t.location,u='https://bsky.app/intent/compose?text=%27+e(t.title)+%27 %27+e(l.href);window.open(u,%27bsky%27,%27scrollbars=0,toolbar=0,location=0,resizable=0,status=0,width=610,height=340%27)||(l.href=u)})();