Skip to content

Instantly share code, notes, and snippets.

@hitGovernor
Last active June 25, 2024 23:46
Show Gist options
  • Save hitGovernor/61c33f631298130d5a723170ba104787 to your computer and use it in GitHub Desktop.
Save hitGovernor/61c33f631298130d5a723170ba104787 to your computer and use it in GitHub Desktop.
tealium_debugToggle.js
// tiq toggle debug
(document.cookie.indexOf("utagdb=true") > -1) ? document.cookie = "utagdb=false" : document.cookie = "utagdb=true";
// bookmarklet: javascript:(function()%7B(document.cookie.indexOf("utagdb%3Dtrue")>-1)%3Fdocument.cookie%3D"utagdb%3Dfalse":document.cookie%3D"utagdb%3Dtrue"%3B%7D)()%3B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment