Skip to content

Instantly share code, notes, and snippets.

@icelander
Created October 15, 2013 19:05
Show Gist options
  • Save icelander/6996949 to your computer and use it in GitHub Desktop.
Save icelander/6996949 to your computer and use it in GitHub Desktop.
This how you disable address bar tracking
<script type="text/javascript">
var addthis_config = addthis_config||{};
addthis_config.data_track_addressbar = false;
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment