Skip to content

Instantly share code, notes, and snippets.

@georgioupanayiotis
Created May 19, 2026 12:04
Show Gist options
  • Select an option

  • Save georgioupanayiotis/2daf87ab16a149e114be500ed4b624e7 to your computer and use it in GitHub Desktop.

Select an option

Save georgioupanayiotis/2daf87ab16a149e114be500ed4b624e7 to your computer and use it in GitHub Desktop.
customjs-body-stage
(function () {
var ns = document.createElement('noscript')
var iframe = document.createElement('iframe')
iframe.src = 'https://www.googletagmanager.com/ns.html?id=GTM-NDRZTBJD'
iframe.height = '0'
iframe.width = '0'
iframe.style.display = 'none'
iframe.style.visibility = 'hidden'
ns.appendChild(iframe)
document.body.insertBefore(ns, document.body.firstChild)
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment