Catching JavaScript exceptions in client-side malware
I use {Track:js} to track my client-side JavaScript errors that happen in the browser. It works like so: TrackJS’s JS snippet is included in the page. The script wraps the global window.onerror handler (among other things) and starts waiting for an error to happen. When an exception is thrown from the browser’s JS runtime TrackJS … [Read more…]