Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrews54757/anti-anti-debug
Be able to use developer tools again on user-hostile websites
https://github.com/andrews54757/anti-anti-debug
browser-extension devtools privacy
Last synced: about 1 month ago
JSON representation
Be able to use developer tools again on user-hostile websites
- Host: GitHub
- URL: https://github.com/andrews54757/anti-anti-debug
- Owner: Andrews54757
- License: unlicense
- Created: 2023-02-02T18:39:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T05:52:02.000Z (8 months ago)
- Last Synced: 2024-12-07T09:41:41.552Z (about 2 months ago)
- Topics: browser-extension, devtools, privacy
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/anti-anti-debug/mnmnmcmdkigakhlfkcdimghndnmomfeo
- Size: 32.2 KB
- Stars: 142
- Watchers: 9
- Forks: 7
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Anti-Anti-Debug
Be able to use developer tools again
Allows you to use developer tools on websites which utilize anti-debug techniques such as:1. Repeated calls to debugger
2. getter traps
3. Console.clear() spam## What it does
1. console.clear and console.table are set to do nothing.
2. console.log is overridden to filter DOM elements, functions, and objects with custom getters
3. Functions containing debugger calls are removed
4. setInterval checks for anti debugging scriptsPlease report any issues to the Github:
https://github.com/Andrews54757/Anti-Anti-Debug/issues### This extension may break some websites which rely on certain specific logging tools. It is recommended to enable the extension only when needed.
Debug icons created by Alfian Dwi Hartanto - Flaticon
## Troubleshooting Tips
1. Open devtools in new window, otherwise sites may detect using viewport width/height information
2. Disable source maps in devtools. Some sites will detect when source maps are automatically loaded through the devtools
3. Open devtools first, and then navigate to the site