Skip to content

Instantly share code, notes, and snippets.

@AertHulsebos
Created September 27, 2021 12:24
Show Gist options
  • Select an option

  • Save AertHulsebos/9a38debbf1bb77d76e374cbb1fce47d1 to your computer and use it in GitHub Desktop.

Select an option

Save AertHulsebos/9a38debbf1bb77d76e374cbb1fce47d1 to your computer and use it in GitHub Desktop.
(function(w, d, t) {
for (i of w[d])
t += JSON.stringify(i).replaceAll(/\"\d{1,}\":/g, "") + "\n";
console.log(t);
})(window, "dataLayer", "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment