Skip to content

Instantly share code, notes, and snippets.

@besmo
besmo / FB Pixel
Created October 9, 2017 20:08
Appspot.com Filter in Facebook Pixel
<script>
if (document.location.href.search('appspot.com') == -1) {
//YOUR FACEBOOK CODE
}
</script>
@besmo
besmo / scrolldepht.js
Created January 10, 2017 18:32
Tag Manager - Scroll Tracking JavaScript
<script>
/*!
* @preserve
* jquery.scrolldepth.js | v0.4.1
* Copyright (c) 2014 Rob Flaherty (@robflaherty)
* Licensed under the MIT and GPL licenses.
*/
;(function ( $, window, document, undefined ) {
"use strict";