This website blocks all use of chrome dev tools while logged in to the site. Opening dev tools while logged in causes the website to return a "session expired" error and bringing you back to the login screen. Logging back in with dev tools open also causes the same result.
Things I've tried:
- Different browsers (Edge, Firefox, Brave)
- Keeping the developer tools in a popup (in case the site is looking for a resize event)
- Opening dev tools before opening the site
- Turning off javascript (site refuses to work, defeats the purpose)
- Mobile browser debugging
- Looking for chrome extensions to bypass (didn't find any)
This site presents some security concerns if they are trying this hard to block the use of even the console. The only solution that I can think of is making a custom chrome build without whatever API this site is using to block the use of developer tools.