Copy some content on the above web page and paste it in a notepad, you will see in addition to what copied there is a also a Read more link of the web page you copied from.
How did they do this? Ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It uses JavaScript provided by Tynt.
It basically uses Javascript’s
onCopyevent handler.Information about onCopy:
https://developer.mozilla.org/en/DOM/element.oncopy
http://msdn.microsoft.com/en-us/library/ms536916(VS.85).aspx
Analysis of how Tynt works: