| Copyright 2017 the V8 project authors. All rights reserved. |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. |
| input, textarea, select, button { |
| <script src="popup.js"></script> |
| <label>Min click-interval <span id="minIntervalValue"></span>: |
| <input type="range" id="minInterval" min="1000" max="60000"> |
| <label> Max click-interval <span id="maxIntervalValue"></span>: |
| <input type="range" id="maxInterval" min="1000" max="60000"> |
| <input type="input" id="pattern" > |
| <input type="checkbox" id="enabled" > |