Skip to content

Instantly share code, notes, and snippets.

@ShuvoHabib
Created January 21, 2021 19:46
Show Gist options
  • Save ShuvoHabib/a50232641746105100de9e0e802a529c to your computer and use it in GitHub Desktop.
Save ShuvoHabib/a50232641746105100de9e0e802a529c to your computer and use it in GitHub Desktop.
Disable Pause
(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