From 5deb30a41bdf323354e1e1c20830365775af5b3d Mon Sep 17 00:00:00 2001 From: Minhyeok Park Date: Tue, 15 Oct 2024 16:15:44 +0900 Subject: [PATCH] feat: add move to input box --- index.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index 5c89d42..1e19a4c 100644 --- a/index.html +++ b/index.html @@ -4,26 +4,24 @@ - my fucking ptools + THE PTOOLS - Better than your MOM
-

base64d

-

base64e

-

urid (cmp: )

-

urie (cmp: )

-

jsonbtf (sp: )

-

jsonsmp

-
-
-
+

base64d

+

base64e

+

urid (cmp: )

+

urie (cmp: )

+

jsonbtf (sp: )

+

jsonsmp

+

THE PTOOLS!!!!!!!!!

@@ -108,6 +106,9 @@ try { document.getElementById('jsonsmp').value = JSON.stringify(JSON.parse(value)) } catch { document.getElementById('jsonsmp').value ='(err)' } } + window.btn = (id) => + editor.setValue(document.getElementById(id).value) + try { document.getElementById('uridcmp').onchange = () => render() document.getElementById('uriecmp').onchange = () => render()