Created
May 19, 2026 12:04
-
-
Save georgioupanayiotis/2daf87ab16a149e114be500ed4b624e7 to your computer and use it in GitHub Desktop.
customjs-body-stage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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