I would love a browser add-on to go with this to gather up the links as you browse. I used to do this with mailephant (now defunct) that allowed me to queue up links and snippets of text related to links in a nice list to email along with an email template. good work and definitely useful.
Hey that's a great idea! I never built an add-on for a browser so it will make a good challenge. Maybe for this week-end ^^
javascript:q=location.href;if(document.getSelection)%7Bd=document.getSelection();
%7Delse%7Bd='';%7D;p=document.title;void(open('https://mailephant.email/views/curate.html?
showtags=yes&url='+encodeURIComponent(q)+'&description='+encodeURIComponent(d)+'&
title='+encodeURIComponent(p),'Mailephant','toolbar=no,scrollbars=yes,width=550,height=700'));