Skip to content

Instantly share code, notes, and snippets.

View xiaohuilam's full-sized avatar
🧸
Sleeping

Bruce Lam xiaohuilam

🧸
Sleeping
  • Keymatic Inc
  • Chongqing, China
  • 03:30 (UTC +08:00)
View GitHub Profile
(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);
})();