diff --git a/README.md b/README.md
index d5e072b..4776f98 100644
--- a/README.md
+++ b/README.md
@@ -54,6 +54,7 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
- [Deserialization](#deserialization)
- [OAuth](#oauth)
- [JWT](#jwt)
+ - [Javascript Anti Debugging](#javascript-anti-debugging)
- [Evasions](#evasions)
- [XXE](#evasions-xxe)
- [CSP](#evasions-csp)
@@ -360,6 +361,11 @@ If you enjoy this awesome list and would like to support it, check out my [Patre
- [Hardcoded secrets, unverified tokens, and other common JWT mistakes](https://r2c.dev/blog/2020/hardcoded-secrets-unverified-tokens-and-other-common-jwt-mistakes/) - Written by [@ermil0v](https://twitter.com/ermil0v).
+
+### Javascript Anti Debugging
+
+- [Awesome list of javascript anti debugging introduction and techniques](https://github.com/weizman/awesome-javascript-anti-debugging#intro)
+
## Evasions