Created
February 24, 2017 19:02
-
-
Save linktohack/a064b96f2cf95485fa72a63655d0528d to your computer and use it in GitHub Desktop.
debugger.js
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
var prevajax = jQuery.ajax; | |
jQuery.ajax = function () { debugger; return prevajax.apply(jQuery, arguments); }; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment