Puts selected text into clipboard, preceded by the URL of the page you're on.
Puts selected text into clipboard, preceded by the URL of the page you're on.
It generates two types of selection:
text/plain
text/html
For the plaintext, the URL is simply prepended as-is with a newline. For the html, the url is prepended as an anchor-tag with both the href and the text content set to thr URL. The actual text of your selection is put into a <pre> tag in order to preserve line-breaks.