We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22de393 commit 720a440Copy full SHA for 720a440
_layouts/default.html
@@ -32,7 +32,7 @@ <h3>Playground</h3>
32
<h4>Name</h4>
33
<input class="container" style="background: rgba(0,0,0,0.9); border: 1px solid rgba(255,255,255,0.15); padding: 10px; font-size: 16px; color: #d0d0d0; border-radius: 2px; word-wrap: normal; overflow: scroll;" type="text" id="mininame" name="mininame" value="Hello, world!">
34
<h4 style="margin-top: 10px;">Source code</h4>
35
- <textarea class="container" style="height: 20em; background: rgba(0,0,0,0.9); border: 1px solid rgba(255,255,255,0.15); padding: 10px; font-size: 16px; color: #d0d0d0; border-radius: 2px; word-wrap: normal; overflow: scroll;" id="plaintext" name="plaintext">"use strict";
alert( 'Hello, world!');</textarea>
+ <textarea class="container" style="height: 20em; background: rgba(0,0,0,0.9); border: 1px solid rgba(255,255,255,0.15); padding: 10px; font-size: 16px; color: #d0d0d0; border-radius: 2px; word-wrap: normal; overflow: scroll;" id="plaintext" name="plaintext">"use strict";
alert('Hello, world!');</textarea>
36
<h4 style="margin-top: 10px;">Result</h4>
37
<a id="minified" href="javascript:(function()%7B%22use%20strict%22%3B%20alert('Hello%2C%20world!')%3B%7D)()">Hello, world!</a>
38
</section>
0 commit comments