|
8 | 8 | <meta charset=utf-8> |
9 | 9 |
|
10 | 10 | <title> |
11 | | - js-console |
| 11 | + JS Console |
12 | 12 | </title> |
13 | 13 |
|
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.'> |
15 | 15 |
|
16 | 16 | <base href='https://ext-code.com/utils/editors/js-console/'> |
17 | 17 | <link rel=canonical href='https://ext-code.com/utils/editors/js-console/js-console.html'> |
18 | 18 |
|
19 | 19 | <meta name=viewport content='width=device-width, initial-scale=1'> |
20 | 20 | <link rel=icon type='image/png' href='images/js-console-favicon.png'> |
21 | 21 |
|
| 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> |
22 | 37 |
|
23 | 38 |
|
24 | 39 | <script src='https://cdn.jsdelivr.net/npm/ace-builds@1.37.0/src-min-noconflict/ace.js'></script> |
|
220 | 235 |
|
221 | 236 | <editors-hdr component=grp> |
222 | 237 | <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> |
224 | 239 | </editors-hdr> |
225 | 240 |
|
226 | 241 |
|
|
644 | 659 | editor.setValue(txt,-1); |
645 | 660 | } |
646 | 661 |
|
647 | | - if(json.run){ |
648 | | - run(); |
649 | | - } |
650 | | - |
651 | 662 | }//onmessage |
652 | 663 |
|
653 | 664 |
|
|
0 commit comments