theajack / disable-devtool

Disable web developer tools from the f12 button, right-click and browser menu

Home Page:https://theajack.github.io/disable-devtool/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bypass method for Chrome

berkay-digital opened this issue · comments

commented

To open the DevTools, you need to change the Dock Side to "Undock into separate window".
Steps:

  1. Open a new tab and launch the DevTools.
  2. Click on the three dots located at the top right corner of the DevTools window.
  3. In the "Dock Side" section, select "Undock into separate window".
  4. Close the new tab.
  5. Open the website you want to inspect.
  6. Click on the three dots at the top right corner to open the DevTools.
  7. 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

commented

it doesn't work, it's still blocking the dev tools, maybe a new version fixes this bypass

it's still working for me