You might have across sites where you tried to right-click on a web
page but got a pop-up message comes and say that the 'Right Click Block' or 'coping content is not allowed'. Sometimes you need to copy some text or picture but you even not able to select particular area. Generally to stop content get copied on other sites some of blogs use JavaScript to block the right-click activity. I have also used these
type of script in past then i realized it doesn't give full freedom to
surf the webpage and resulting loss of visitors therefore i removed
that. Most websites use these type of JavaScript to protect images, hiding parts of a webpage and for some security purpose.
If user found something useful text line on any webpage & want to capture some text just for future reference but he can't, in such blog/website how to make this possible?
This is not tough task you just have to disable JavaScript in your browser.
For Mozilla Firefox:
For Google Chrome:
Please Note: JavaScript is important language & use by almost every blog/website. Enable the JavaScript after your work done, otherwise you will not able to see & perform other functions.
# JavaScript is a scripting language designed primarily for adding interactivity to Web pages
and creating Web applications.
If user found something useful text line on any webpage & want to capture some text just for future reference but he can't, in such blog/website how to make this possible?
This is not tough task you just have to disable JavaScript in your browser.
For Mozilla Firefox:
- From menu bar, click on Tools
- Select Options
- In Options window, switch to Content tab,
- Uncheck the option which says 'Enable JavaScript' and click on “OK”.
For Google Chrome:
- Click on the Chrome “menu” button (on the top right corner) and select Settings.
- From the “Settings” page, click on Show advanced settings…
- Now under Privacy, click on the button Content settings... button
- Under the JavaScript, select the button saying 'Do not allow any site to run JavaScript' and click on Done
Please Note: JavaScript is important language & use by almost every blog/website. Enable the JavaScript after your work done, otherwise you will not able to see & perform other functions.