Tags:

How to get page source if right click is disabled on website

By yash → Wednesday, February 24, 2016
No matter what you do, you can't prevent users from having full access to every bit of data on your website. If right click is disabled you can still view source code in chrome browser, for that you just have to place "view-source:"  before URL.  For example if you want to view source of https://www.google.co.in/ then just type "view-source:" i.e. view-source:https://www.google.co.in/ . Thats it. You can check every bit of code now. Try it yourself. :)

Post Tags:

Yashwant Patel

No Comment to " How to get page source if right click is disabled on website "