Can a website block the right-click inspect option? How do they do it? or Is it possible for a websit

16 Replies, 1398 Views

Lol, I’ve seen this so many times. Sites think they’re slick blocking right-click inspect option, but it’s useless.

You can just:
- Open dev tools manually
- Use `document.designMode = "on"` in console
- Or disable JS entirely

It’s just annoying, not effective. Some devs do it to "protect" their code, but anyone determined can get around it.

Messages In This Thread



Users browsing this thread: 1 Guest(s)