Created
January 21, 2021 19:46
-
-
Save ShuvoHabib/a50232641746105100de9e0e802a529c to your computer and use it in GitHub Desktop.
Disable Pause
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { | |
var _eval = window.eval; | |
window.eval = function (str) { | |
_eval(str.replace(/debugger;/,"")); | |
}; | |
}()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment