
You want to copy some information from a website but the website did not allow you to do so. Some website might have disable the function to perform the right click copy or the control + c setting, which is to prevent users from copying their website content.
No need to worry, guys! There are always a workaround in this internet world. You can refer below 2 methods on getting this done but do remember, always get the owner’s permission before you do so (:-P).
In this article, we are using the Google Chrome browser.
Method 1
Type below command in the search field of Google Chrome browser.
view-source:[WEBSITE-NAME]
## Example
view-source:https://itsiti.com/
It’s going to be a bit mess to find your information with this view source format. So, what you can do next is, use control + F function to search the content or the information you required.

Method 2
In this method, we will disable the Javascript function in the website.
Type in below command in the Google Chrome browser. Click on Add under the Block and add the website URL. Refresh the target website and you can now copy the content.
chrome://settings/content/javascript



