mirror of
https://github.com/AEPKILL/devtools-detector.git
synced 2026-04-27 07:25:48 +03:00
[GH-ISSUE #68] inquiry #40
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#40
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 @zhang-glitch on GitHub (Jan 30, 2024).
Original GitHub issue: https://github.com/AEPKILL/devtools-detector/issues/68
Hello, author. At present, it is not only effective to monitor the width and height of the visual area and check the performance by printing. Nothing else works, okay?
@AEPKILL commented on GitHub (Jan 31, 2024):
Are you want only enabling performance and viewport checks to verify if devtools is open?
See #64
By the way, viewport checks have been deprecated because they lead to erroneous judgments in many edge cases.
@zhang-glitch commented on GitHub (Jan 31, 2024):
作者,我的意思是目前除了监听视口宽高,debugger, 打印监听性能这三种方式,其他方式对于chrome来说都不适用了吗?
@AEPKILL commented on GitHub (Feb 1, 2024):
是的。
对于反调试而言这些检查方式都可以绕过的,只是稍微增加了一点点难度。