Skip to content

Instantly share code, notes, and snippets.

@andresgallo
Created November 19, 2025 21:23
Show Gist options
  • Select an option

  • Save andresgallo/12fb74ec5bffa50866d7ab7a3863b592 to your computer and use it in GitHub Desktop.

Select an option

Save andresgallo/12fb74ec5bffa50866d7ab7a3863b592 to your computer and use it in GitHub Desktop.
document.body.childNodes.forEach(child => {
if (child.nodeName === '#text' && child.nodeValue === "fbq('trackCustom', 'Outbound_Click')") {
document.body.removeChild(child)
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment