Category:

Here’s a bookmarklet that allows you to highlight and copy as much as you need to from a page. When you paste, you get everything you highlighted separately bulleted. Above the bulleted list will be the page’s title and URL.

screen recording 2024 03 22 at 8.07.15 pm
Above: Copying multiple separate lines and pasting
screen recording 2024 03 22 at 8.04.41 pm
Above: Dragging sticker to bookmarks bar

Drag the sticker below to your bookmarks bar. Or, create a new bookmark and where you would normally paste the URL, instead paste the below JavaScript. To use, go to a webpage, click the new bookmark. Start highlighting. Once done, PASTA (paste)!

CopyPasta
Drag me to your bookmarks bar!
javascript:(function(){var%20s=%22%22,t=document.title,u=location.href;s+=`${t}%0A${u}%0A%0A`;document.addEventListener(%22mouseup%22,()=>{var%20sel=window.getSelection().toString().trim();if(sel){s+=`%E2%80%A2%20${sel}%0A`;navigator.clipboard.writeText(s)}})})();


Leave a Reply

Your email address will not be published. Required fields are marked *

Billy Wilcosky