Skip to content

Instantly share code, notes, and snippets.

View hamaadraza's full-sized avatar

Syed Hamaad Raza hamaadraza

View GitHub Profile
// ==UserScript==
// @name Anti-Anti-Debug
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Bypass anti-debugging techniques and protect developer tools
// @author Hamaaad Raza
// @match *://*/*
// @run-at document-start
// @grant none
// ==/UserScript==