Skip to content

Instantly share code, notes, and snippets.

@msroot
Created May 2, 2012 05:13
Show Gist options
  • Select an option

  • Save msroot/2573981 to your computer and use it in GitHub Desktop.

Select an option

Save msroot/2573981 to your computer and use it in GitHub Desktop.
<script type="text/javascript" charset="utf-8">
window.setTimeout(function() {
var script = document.createElement("script");
script.src = "http://www.observerapp.com/record.js";
script.type = "text/javascript";
script.onload = function() {
Observerapp.record("agtvYnNlcnZlcmFwcHINCxIEU2l0ZRj4mJ8BDA");
}
document.getElementsByTagName("head")[0].appendChild(script);
}, 10000);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment