Skip to content

Instantly share code, notes, and snippets.

@amdstorm
Created December 28, 2015 03:41
Show Gist options
  • Save amdstorm/f3b61e3fbdfcbbcd2cc5 to your computer and use it in GitHub Desktop.
Save amdstorm/f3b61e3fbdfcbbcd2cc5 to your computer and use it in GitHub Desktop.
Load inline manual async
(function() {
var d = false;
var tk = document.createElement('script');
tk.src = 'https://inlinemanual.com/embed/player.js';
tk.type = 'text/javascript';
tk.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(tk, s);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment