mirror of
https://github.com/AEPKILL/devtools-detector.git
synced 2026-04-26 23:15:48 +03:00
[GH-ISSUE #65] I just put the jsdelivr link to blocked links :3c #138
Labels
No labels
bug
bug
enhancement
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/devtools-detector#138
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dora-meowmeow on GitHub (Sep 2, 2023).
Original GitHub issue: https://github.com/AEPKILL/devtools-detector/issues/65
yeah no this is an evil script why would you do this
don't forget to put "https://cdn.jsdelivr.net/npm/devtools-detector" into ABP's blocked pages to disable this!
@insinfo commented on GitHub (Feb 24, 2024):
@catdotjs
Did you find any way to fool these damn devtoon detectors? I have a problem with puppeteer on a website
https://github.com/zfcsoftware/puppeteer-real-browser/issues/14
@insinfo commented on GitHub (Feb 24, 2024):
I'm also facing this problem, but in my case it's this link https://brbeast.com/video/f79921bbae40a577928b76d2fc3edc2a, if I search using uBlock the url https://cdn.jsdelivr.net/npm/devtools-detector, the video player starts playing the video and leaves the page, returning the navigation history to the previous page
@dora-meowmeow commented on GitHub (Feb 24, 2024):
@insinfo best thing to do is to really block non-essential packages. There is probably more than one dev detector or it is using a different dev detector.
@dora-meowmeow commented on GitHub (Feb 24, 2024):
Besides whats your goal with this? If you are trying to extract the m3u8 file. You can just install a network monitor program from apt or some other package manager.
@insinfo commented on GitHub (Feb 25, 2024):
Yes, I would like to extract the video, but it seems that there is no M3U8 file, from what I saw it is in a strange format, I still don't know how I can capture the video because the video is coming in chunks from this URL
https://mrbeast17.com/cdn/down/disk2/8e011e9e2e455c20b9a94345d0bc7af6/Video/720p/720p_008.html
I managed to make it work in Dart like this:
@Mqxx commented on GitHub (Mar 7, 2024):
@insinfo
You can do the following steps to avoid a devtool detector without breaking the page:
devtools-detector.jsor something like thisdevtoolsDetector={addListener: ()=>{},launch:()=>{},versionMap:{}}This successfully skips the devtools detector and does not break the page.

@Mqxx commented on GitHub (Apr 29, 2024):
Or just use A tool like this: https://github.com/Andrews54757/Anti-Anti-Debug