Skip to content

Commit f812e97

Browse files
save file
1 parent f10e156 commit f812e97

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

utils/editors/js-console/js-console.html

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,32 @@
88
<meta charset=utf-8>
99

1010
<title>
11-
js-console
11+
JS Console
1212
</title>
1313

14-
<meta name=description content='Run, test, and debug JavaScript instantly in your browser. A fast, lightweight online JS console built for developers who value speed and simplicity'>
14+
<meta name=description content='Run, test, and debug JavaScript instantly in your browser. A fast, lightweight online JS console built for developers who value speed and simplicity.'>
1515

1616
<base href='https://ext-code.com/utils/editors/js-console/'>
1717
<link rel=canonical href='https://ext-code.com/utils/editors/js-console/js-console.html'>
1818

1919
<meta name=viewport content='width=device-width, initial-scale=1'>
2020
<link rel=icon type='image/png' href='images/js-console-favicon.png'>
2121

22+
<script type='application/ld+json'>
23+
{
24+
"@context" : "https://schema.org",
25+
"@type" : "SoftwareApplication",
26+
"name" : "JS Console",
27+
"url" : "https://ext-code.com/utils/editors/js-console/js-console.html",
28+
"author" : {"@type":"Person","name":"Matthew Richards"},
29+
"description" : "Run, test, and debug JavaScript instantly in your browser. A fast, lightweight online JS console built for developers who value speed and simplicity.",
30+
"applicationCategory" : "DeveloperApplication",
31+
"operatingSystem" : "All",
32+
"browserRequirements" : "Requires JavaScript-enabled browser",
33+
"softwareVersion" : "1.0.0",
34+
"offers" : {"@type":"Offer","price":"0","priceCurrency":"GBP"}
35+
}
36+
</script>
2237

2338

2439
<script src='https://cdn.jsdelivr.net/npm/ace-builds@1.37.0/src-min-noconflict/ace.js'></script>
@@ -220,7 +235,7 @@
220235

221236
<editors-hdr component=grp>
222237
<img class=title src='images/js-console.png' style='top:5px;height:35px'>
223-
<time datetime=2025-10-30>30 Oct 2025</time>
238+
<time slot=date datetime=2025-10-30>30 Oct 2025</time>
224239
</editors-hdr>
225240

226241

@@ -644,10 +659,6 @@
644659
editor.setValue(txt,-1);
645660
}
646661

647-
if(json.run){
648-
run();
649-
}
650-
651662
}//onmessage
652663

653664

0 commit comments

Comments
 (0)