Skip to content

Instantly share code, notes, and snippets.

@usizu
usizu / eruda.js
Last active May 17, 2026 03:50
Eruda one liner
(function() {
var s = document.createElement('script');
s.src = 'https://cdn.jsdelivr.net/npm/eruda';
s.onload = function() { eruda.init(); };
document.body.appendChild(s);
})();
// Include this gist to embed mobile dev tools in one line.
// Eruda: https://github.com/liriliri/eruda