Skip to content

Instantly share code, notes, and snippets.

@nikosantis
Created May 5, 2022 15:19
Show Gist options
  • Save nikosantis/6674e1051e2e7598c2364b8050278cb0 to your computer and use it in GitHub Desktop.
Save nikosantis/6674e1051e2e7598c2364b8050278cb0 to your computer and use it in GitHub Desktop.
window.onload = function () {
(function () {
var ldk = document.createElement("script");
ldk.type = "text/javascript";
ldk.async = true;
ldk.src =
"https://s.cliengo.com/weboptimizer/60770de300a1d4002a251200/607d886ab7d89e002a9fc6bf.js?platform=view_installation_code";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(ldk, s);
})();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment