Skip to content

Instantly share code, notes, and snippets.

@WouterNieuwerth
Last active March 23, 2019 11:51
Show Gist options
  • Save WouterNieuwerth/1482facd5cf1288df9f0924353d62201 to your computer and use it in GitHub Desktop.
Save WouterNieuwerth/1482facd5cf1288df9f0924353d62201 to your computer and use it in GitHub Desktop.
Instant.page for Google Tag Manager Custom HTML Tag
<script>
(function() {
// Rewrite of the Instant.page <html> snippet for Google Tag Manager.
var el = document.createElement('script');
el.setAttribute('src', '//instant.page/1.2.2');
el.setAttribute('type', 'module');
el.setAttribute('integrity', 'sha384-2xV8M5griQmzyiY3CDqh1dn4z3llDVqZDqzjzcY+jCBCk/a5fXJmuZ/40JJAPeoU');
document.body.appendChild(el);
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment