Skip to content

Instantly share code, notes, and snippets.

@dwisiswant0
Created October 20, 2021 21:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwisiswant0/486441ff4be4d1fee00fa5e496253987 to your computer and use it in GitHub Desktop.
Save dwisiswant0/486441ff4be4d1fee00fa5e496253987 to your computer and use it in GitHub Desktop.
postMessage detector
if (/((?:\.addEventListener|window\)\.on)\("message|\.postMessage\()/g.test(document.all[0].outerHTML)) console.log("voilà");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment