Skip to content

Instantly share code, notes, and snippets.

View thyngster's full-sized avatar

David Vallejo thyngster

View GitHub Profile
@thyngster
thyngster / GTMDebugOff.js
Created August 24, 2015 14:14
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(){};
/*!
* Spam Referrals Buster
*
* author: David Vallejo (@thyng)
* version: 0.2 Beta
* date: 2015-07-19
*
* @link https://www.thyngster.com
*/