Skip to content

Instantly share code, notes, and snippets.

@jverweijL
Last active September 26, 2022 11:47
Show Gist options
  • Save jverweijL/3197f0b7079c696fa22a79f5a3d42afa to your computer and use it in GitHub Desktop.
Save jverweijL/3197f0b7079c696fa22a79f5a3d42afa to your computer and use it in GitHub Desktop.
example client extension

This gist will include some client extensions

h1 {
font-size: 64px;
}
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TR56R3V');</script>
<!-- End Google Tag Manager -->
window.alert('Global JavaScript deployed.');
.panel-header {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment