Skip to content

Instantly share code, notes, and snippets.

@thyngster
Created August 24, 2015 14:14
Show Gist options
  • Save thyngster/5f00cf4d4b89cc718e76 to your computer and use it in GitHub Desktop.
Save thyngster/5f00cf4d4b89cc718e76 to your computer and use it in GitHub Desktop.
GTM Debug Disabler
document.querySelector('iframe[src*="about"]').contentWindow.angular.element(document.querySelector('iframe[src*="about"]').contentWindow.document.querySelector('[ng-app]')).injector().get("$log").debug = function(){};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment