I ran into a a site that injects a \"Read More: \" line at the end of any text that you highlight and copy from it\'s pages.
I\'ve never seen this before, and withou
Suite101 is using a 3rd party service called Tynt.
Tynt's JavaScript snippet is located at http://tcr.tynt.com/javascripts/Tracer.js
I explored the source for you (with some help from the Online JavaScript beautifier).
So here's what's happening:
startListeningForTraces
function)<div>
(to keep it invisible on-screen)Tynt's code does a tremendous amount of work to make this work seamlessly across browsers.
Looks like it is tynt.com, which is some sort of tracer for text being copied off their page.
From the tynt.com site
Tracer automatically adds a link back to your site when content is copied and pasted. Read more: http://tracer.tynt.com/features-and-benefits-of-tracer#ixzz0MgaE6z6y Under Creative Commons License: Attribution No Derivatives
Heck... it just added the read more link and the CC license stuff to the text I copied from the tynt.com site.