Skip to content

Instantly share code, notes, and snippets.

@dmitrig01
Created December 4, 2014 22:02
Show Gist options
  • Save dmitrig01/82b48917f46485514c25 to your computer and use it in GitHub Desktop.
Save dmitrig01/82b48917f46485514c25 to your computer and use it in GitHub Desktop.
var b = document.createElement("script");
b.type = "text/javascript";
b.async = true;
b.src = "https://bnc.lt/_r";
document.getElementsByTagName("head")[0].appendChild(b);
var loadWebSDK = function() {
if (void 0 !== window.browser_fingerprint_id) {
// Do what you were doing before
}
else {
window.setTimeout(function() { loadWebSDK(); }, 100);
}
}
loadWebSDK();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment