NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name CrowdTap Mixpanel Opt-Out // @namespace http://tampermonkey.net/ // @version 1 // @description Opt out of Mixpanel when visiting crowdtap pages. // @author Matthew Gossage // @match http://crowdtap.com/* // @grant none // ==/UserScript== (function() { 'use strict'; console.log('CrowdTap Mixpanel Opt-Out: ', mixpanel.register({"$ignore":"true"}) ); })();