Skip to content

Instantly share code, notes, and snippets.

@aadsm
Created February 20, 2025 20:40
Show Gist options
  • Save aadsm/63cacaddf95bdf82a947ec427264075e to your computer and use it in GitHub Desktop.
Save aadsm/63cacaddf95bdf82a947ec427264075e to your computer and use it in GitHub Desktop.
evil.js
const filters = [(frame) => !frame.includes("/ignore.js")];
let stacktrace = new Error().stack.split("\n");
stacktrace = filters.reduce(filters.filter.call, stacktrace);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment