disable-devtool icon indicating copy to clipboard operation
disable-devtool copied to clipboard

Easily bypass and inspect websites

Open wathika-eng opened this issue 1 year ago • 7 comments

Using nextDNS

Head to denylist and add:

*.cdn.jsdelivr.net and *.jsdelivr.net

image

Optionally using AdGuard

Create a custom filter ||cdn.jsdelivr.net/npm/disable-devtool^

wathika-eng avatar Nov 08 '24 09:11 wathika-eng

AdGuard seems doesn't work

ladypiapia avatar Nov 26 '24 07:11 ladypiapia

In Chrome, open a new tab > open Dev Tools > navigate to website. This is one of the many ways to bypass the restriction.

vaxevanis avatar Nov 29 '24 13:11 vaxevanis

In Chrome, open a new tab > open Dev Tools > navigate to website. This is one of the many ways to bypass the restriction.

Correction:

  1. in Chrome, open a new tab
  2. open Dev Tools
  3. open Network tab in Dev Tools
  4. check the box: ☑️ Preserve Log
  5. navigate to website ... once loaded, the website using this script will kick you to the New Tab page ...
  6. right click on the disable-devtool script (it might end in .min.js, @latest, ...)
  7. click Block Request URL

When navigating back to the website, the disable-devtool script is now blocked.

6d6t6 avatar Nov 30 '24 16:11 6d6t6

In Chrome, open a new tab > open Dev Tools > navigate to website. This is one of the many ways to bypass the restriction.

Correction:

1. in Chrome, open a new tab

2. open Dev Tools

3. open `Network` tab in Dev Tools

4. check the box: ☑️ `Preserve Log`

5. navigate to website
   ... once loaded, the website using this script will kick you to the New Tab page ...

6. right click on the `disable-devtool` script (it might end in `.min.js`, `@latest`, ...)

7. click `Block Request URL`

When navigating back to the website, the disable-devtool script is now blocked.

Awesome! This works perfectly.

giancarlo-dm avatar Jan 29 '25 23:01 giancarlo-dm

ublock origin, custom filters. add:

||cdn.jsdelivr.net/npm/disable-devtool$script ||cdn.jsdelivr.net/npm/devtools-detector$script,3p

devicemodder avatar Jan 31 '25 03:01 devicemodder

For apps that bundle the library, see https://gist.github.com/aravindanve/3e13d995fac35e4a07c236b11cc432c7#bypass-bundled-script

aravindanve avatar Feb 09 '25 10:02 aravindanve

谢谢

xingpeiluo-design avatar Oct 08 '25 12:10 xingpeiluo-design