Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
chichilatte committed Sep 15, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 28b8009 commit 7711d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -42,13 +42,13 @@ <h3>Make your browser tab chomp through memory</h3>

<form onSubmit="chomp();return false;">
<label for="size">How many megs?</label><br>
<input type="text" id="size" value="100">
<input type="text" id="size" value="250">

<input type="submit" value="Chomp!">
</form>

<br>
<p>Chomped <b id="total">0</b> megs in total.</p>
<p>This tab is consuming about <b id="total">0</b> megs.</p>

<p class="smallprint">
The fancy stats on the right are only accurate in Chrome with the <code>enable-precise-memory-info</code> setting turned on.

0 comments on commit 7711d8a

Please sign in to comment.