Skip to content

Instantly share code, notes, and snippets.

@xiaohuilam
Created September 20, 2018 06:15
Show Gist options
  • Save xiaohuilam/f110e321e6b8c63c5fbc6ddcdb7a6540 to your computer and use it in GitHub Desktop.
Save xiaohuilam/f110e321e6b8c63c5fbc6ddcdb7a6540 to your computer and use it in GitHub Desktop.
(function() {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://cdn.jsdelivr.net/npm/eruda";
script.onload = function() {
eruda.init()
}
document.body.appendChild(script);
})();
completion();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment