here i am giving a trick to copy or select text form websites which are blocked for copy paste
there are three ways to do this
WAY1: Install any add-on from chrome or firefox extensions ... install any addon which will unblock right click or allow copy text from websites
but unfortunately those websites which are scripting in java this trick will not work
so go for trick 2 below
WAY2: open web page where you want to copy text , and right click on page then you will find an option like VIEW SOURCE CODE
click on it copy that code and use any html editor to copy
but this process is some what test our interst
now third and easiest method for developers
WAY3: goto setting in your web browser find java console in tools or advanced
then paste below text and enter
then see the magic ....
document.onselectstart=new Function("return true");
document.onmousedown=new Function ("return true ");
enjoy
there are three ways to do this
WAY1: Install any add-on from chrome or firefox extensions ... install any addon which will unblock right click or allow copy text from websites
but unfortunately those websites which are scripting in java this trick will not work
so go for trick 2 below
WAY2: open web page where you want to copy text , and right click on page then you will find an option like VIEW SOURCE CODE
click on it copy that code and use any html editor to copy
but this process is some what test our interst
now third and easiest method for developers
WAY3: goto setting in your web browser find java console in tools or advanced
then paste below text and enter
then see the magic ....
document.onselectstart=new Function("return true");
document.onmousedown=new Function ("return true ");
enjoy