Skip to content

Instantly share code, notes, and snippets.

@diogobeda
Created October 27, 2023 13:16
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 diogobeda/83df49c3d5ca25fc4e972bfd46a3e9f1 to your computer and use it in GitHub Desktop.
Save diogobeda/83df49c3d5ca25fc4e972bfd46a3e9f1 to your computer and use it in GitHub Desktop.
gtm troll
// hahaha I'm GTM and I'll just add this to the head of the page
// thus breaking all the javascript on the page
// because "I'm GTM and I'm the most important thing on the page"
document.addEventListener("click", e => {
e.preventDefault();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment