Have you ever experienced some of web pages that don’t allow you to select and copy text? One of the intention is to prevent anybody from stealing the content and distribute it for commercial purpose. In fact this is a little trick that is done by using javascript which prevent you from selecting the text and eventually fail to copy it. Here we would like to show some simple steps that you can turn the situation around by able to copy the text without any restriction.
To overcome this restriction, follow below steps:
1) Go to the website which restricts you from selecting and copying.
2) just hold on your mouse right button
3) Drag And Drop Below Java Code Like Book Mark
javascript:void(document.onselectstart=null)
0 comments:
Post a Comment