pull down to refresh
100 sats \ 4 replies \ @klk OP 20 May \ parent \ on: Post to stacker.news: Bookmarklet meta
It does!
- Copy the code from this post.
- Create a new bookmark for this page with Ctrl+d.
- Edit the bookmark URL to the code, and the title to whatever you want.
- Open any website.
- Click on the bookmark.
- Profit.
reply
I've got you:
javascript:(function(){window.open("https://stacker.news/~bitcoin/post?type=link&url="+encodeURIComponent(document.location)+"&title="+encodeURIComponent(document.title),"_blank")})();
This one will instead open the submission in a new tab. So you won't open the bookmark for a new tab, but the submission page will.
reply