Skip to content

Instantly share code, notes, and snippets.

View kevin335200's full-sized avatar
🐳

Well Honey kevin335200

🐳
View GitHub Profile
// ==UserScript==
// @name Anti Anti-debugger
// @namespace http://tampermonkey.net/
// @version 1
// @description Stops most anti debugging implementations by JavaScript obfuscaters
// @author ww
// @match *
// @include *
// @grant unsafeWindow
// @run-at document-start