Skip to content

Instantly share code, notes, and snippets.

@bennadel
bennadel / mixin-loop.css
Created June 5, 2014 21:33
Passing Rulesets To Mixins In Less CSS
span.alpha {
background-position: 0px 0px;
content: "alpha is the awesome";
border-top: 0px ;
}
span.beta {
background-position: 50px 0px;
content: "beta is the awesome";
}
span.theta {
@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(){};
@okabsd
okabsd / gta.source.js
Created February 28, 2016 18:20
Google Tag Assistant Source, Unminified
var h, aa = this,
k = function(a) {
return void 0 !== a
},
ba = function(a) {
a.R = function() {
return a.kb ? a.kb : a.kb = new a
}
},
ca = function(a) {
@smhmic
smhmic / - README - URL parameter blocklist OR allowlist in GTM.md
Last active May 17, 2022 14:31
URL parameter blocklist/allowlist in GTM.md