From 73f3237ec809b2642b2e5a1988c7b0acda8a4c89 Mon Sep 17 00:00:00 2001 From: nbats <44333466+nbats@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:42:56 -0800 Subject: [PATCH] =?UTF-8?q?Updated=20FMHY=E2=80=90Notes.md=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FMHY‐Notes.md.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FMHY‐Notes.md.md b/FMHY‐Notes.md.md index cf0d3681..45c9c8d2 100644 --- a/FMHY‐Notes.md.md +++ b/FMHY‐Notes.md.md @@ -66,7 +66,11 @@ If downloaded on phone with google play updates must be disabled *** -#### +#### Eruda + +Eruda Console for mobile browsers bookmarklet: + +`javascript:(function () { var script = document.createElement('script'); script.src="//cdn.jsdelivr.net/npm/eruda"; document.body.appendChild(script); script.onload = function () { eruda.init() } })();` ***