How to circumvent "view page source" is disabled?

migao

Newbie
Joined
Jan 12, 2023
Messages
7
Reaction score
3
There is a particular website where I want to inspect images and code. However, when I use Chrome there is no possibility to "right-click" and "view page source". It is just disabled. How can I circumvent it?
 
There is a chrome plugin called “enable right click”, which will disable that right click disabling script. Google it.

Additionally, you could just put a view-source: before the url and it will directly open the source code (works for chrome, not sure about others).

for example:
Code:
view-source:https://www.blackhatworld.com/seo/how-to-circumvent-view-page-source-is-disabled.1513804/#post-16588435
 
Install the ublock origin extenson on your browser. Then disable the javascript on that site. This should enable the right click and all the other features that come with it.
 
Just use view source on another website that allows it and replace the url with the url of the website that doesn’t let you view source.
 
Back
Top