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

Super easy to bypass

TechGeekUnited opened this issue · comments

You can just bypass it by setting a bookmarks url to

"javascript:(function() { var pageCode = document.documentElement.innerHTML; var modifiedCode = pageCode.replace(/<script\b[^<](?:(?!%3C/script%3E)%3C[^%3C])*%3C/script%3E|%3Cscript|script%3E/gi,%20%27%27);%20%20%20document.open();%20%20%20document.write(modifiedCode);%20%20%20document.close();%20})();"

And that disables it and you are free to do whatever you want.

Not working
Unable to bypass with this method
Tried in chrome ,brave and edge

It worked in my chromium based Browser (I used avast or pure chromium depends on the day).

It worked in my chromium based Browser (I used avast or pure chromium depends on the day).

Which browser??
Name it

Chromium Version 103.0.5046.0 (Developer Build) (64-bit) and
Avast Secure Browser Version 114.0.21412.110 (Official Build) (64-bit)

This method is similar to disabling the javascript function, and it is indeed possible to bypass the tool. Because the relevant function cannot be executed

As I said before, from a developer's point of view, this tool doesn't work in many ways. The most typical is to capture packets through the network and disable javascript functions