Skip to content

Instantly share code, notes, and snippets.

@th0br0
Forked from anonymous/tryCatchForSO.js
Last active November 14, 2020 16:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save th0br0/0b35d3e84c9eb2e0e45a to your computer and use it in GitHub Desktop.
Save th0br0/0b35d3e84c9eb2e0e45a to your computer and use it in GitHub Desktop.
window.onerror = function(msg, url, line, col, error) {
window.location.href="http://stackoverflow.com/search?q=[js]+" + (msg || e);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment