Skip to content

Instantly share code, notes, and snippets.

@jtsternberg
Created March 30, 2021 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jtsternberg/722904df1facca573cd220174a929998 to your computer and use it in GitHub Desktop.
Save jtsternberg/722904df1facca573cd220174a929998 to your computer and use it in GitHub Desktop.
Prevent loading all OM campaigns
<script type="text/javascript">
document.addEventListener('om.Shutdown.init', function(evt) {
evt.detail.Shutdown.preventAll = true;
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment