Lol, disabling JavaScript was a good try, but some sites are sneaky and reload the page if JS is off.
To answer your question, can website block inspect option? Absolutely. They use scripts to detect when dev tools are open and then block access.
You can try opening dev tools before loading the site or using a proxy like Burp Suite to inspect elements indirectly. It’s a bit of a hassle, but it works.
Also, check out browser-based tools like "View Rendered Source" for Chrome. It lets you see the DOM without opening dev tools.
To answer your question, can website block inspect option? Absolutely. They use scripts to detect when dev tools are open and then block access.
You can try opening dev tools before loading the site or using a proxy like Burp Suite to inspect elements indirectly. It’s a bit of a hassle, but it works.
Also, check out browser-based tools like "View Rendered Source" for Chrome. It lets you see the DOM without opening dev tools.
