Advertisement
MollyRealized

Micro.blog Posting Bookmarklet

May 14th, 2025
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. javascript:(function(){"use strict";var w=window,d=document,s=w.getSelection().toString(),u='';if(s.length>0){u='https://micro.blog/post?bookmarklet=true&text=>%20'+encodeURIComponent(s)+encodeURIComponent('

')+'Source:%20['+encodeURIComponent(d.title)+']('+encodeURIComponent(w.location.href)+')'}else{u='https://micro.blog/post?bookmarklet=true&text=['+encodeURIComponent(d.title)+']('+encodeURIComponent(w.location.href)+')'}w.open(u,'Post%20to%20Micro.blog','location=0,links=0,scrollbars=0,toolbar=0,width=594,height=615')})();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement