disable-devtool
disable-devtool copied to clipboard
Bypass method for Chrome
To open the DevTools, you need to change the Dock Side to "Undock into separate window". Steps:
- Open a new tab and launch the DevTools.
- Click on the three dots located at the top right corner of the DevTools window.
- In the "Dock Side" section, select "Undock into separate window".
- Close the new tab.
- Open the website you want to inspect.
- Click on the three dots at the top right corner to open the DevTools.
- You can now use the DevTools even if the website uses disable-devtools.
well that's a lot easier then the method I used, which was to edit the source of the page with an override to remove the script entirely
it doesn't work, it's still blocking the dev tools, maybe a new version fixes this bypass
it doesn't work, it's still blocking the dev tools, maybe a new version fixes this bypass
it's still working for me