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

Bye bye disable-devtools

Open EducatedSuddenBucket opened this issue 1 year ago • 16 comments

i can bypass it easy using ublock origin

EducatedSuddenBucket avatar Sep 08 '24 04:09 EducatedSuddenBucket

@EducatedSuddenBucket, can you please tell me how to bypass "disable-devtool" with uBlock origin? Thanks

drego85 avatar Sep 11 '24 10:09 drego85

I found another software that is paid and does a good job. Not sure if that is also brekable or no

albertkeys avatar Sep 11 '24 14:09 albertkeys

@drego85 step 1 : Install Ublock orgin extension step 2 : open dashboard of ublock origin step 3: go to my filters and type this

||cdn.jsdelivr.net/npm/disable-devtool^$script


press apply changes and open a site with disable devtools script

EducatedSuddenBucket avatar Sep 12 '24 05:09 EducatedSuddenBucket

@EducatedSuddenBucket if i want to try this on other site I just change the URL and rest command is same ? is that correct ?

I want to try on the other software that I have seen recently

albertkeys avatar Sep 12 '24 07:09 albertkeys

If u mean to block a js script u could do that .

EducatedSuddenBucket avatar Sep 13 '24 08:09 EducatedSuddenBucket

how can i reach you via email as I want to show this software that i found and see if you can break that too

albertkeys avatar Sep 13 '24 17:09 albertkeys

I prefer discord to chat and my username is educatedsuddenbucket on discord and if u don't use discord my email is [email protected]

EducatedSuddenBucket avatar Sep 14 '24 04:09 EducatedSuddenBucket

if you want i can share the URL here, let me know and you can tell me if it is good or no good

albertkeys avatar Sep 15 '24 04:09 albertkeys

@EducatedSuddenBucket check email

albertkeys avatar Sep 15 '24 05:09 albertkeys

It's rather trivial to bypass anyway in Firefox using about:logging, and having it log to a file. At least to access network requests...

JulienPalard avatar Sep 22 '24 12:09 JulienPalard

A easy fix for this is to install disable-devtool via npm or load the script locally

harshallcode avatar Oct 08 '24 09:10 harshallcode

i can bypass it easy using ublock origin

Any way to test if this still works? Do you have an example URL?

Tenome avatar Oct 09 '24 02:10 Tenome

It wont work if disable-devtools is bundled and mixed with other codes ( and minified ), which is a very common case for front-end development

Moushudyx avatar Oct 10 '24 09:10 Moushudyx

ublock origin doesn't work, I just tested.

ladypiapia avatar Nov 26 '24 07:11 ladypiapia

ublock only work with cdn script link not work if you use install from npm

HoangTran0410 avatar Jan 17 '25 09:01 HoangTran0410

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

aravindanve avatar Feb 09 '25 11:02 aravindanve