11cb0ef41Sopenharmony_ci<!doctype html>
21cb0ef41Sopenharmony_ci<!--
31cb0ef41Sopenharmony_ciCopyright 2017 the V8 project authors. All rights reserved.
41cb0ef41Sopenharmony_ciUse of this source code is governed by a BSD-style license that can be
51cb0ef41Sopenharmony_cifound in the LICENSE file.
61cb0ef41Sopenharmony_ci-->
71cb0ef41Sopenharmony_ci<html>
81cb0ef41Sopenharmony_ci  <head>
91cb0ef41Sopenharmony_ci    <style>
101cb0ef41Sopenharmony_ci    body {
111cb0ef41Sopenharmony_ci      overflow: hidden;
121cb0ef41Sopenharmony_ci      padding: 5px;
131cb0ef41Sopenharmony_ci      width: 310px;
141cb0ef41Sopenharmony_ci    }
151cb0ef41Sopenharmony_ci    input, textarea, select, button {
161cb0ef41Sopenharmony_ci      width : 300px;
171cb0ef41Sopenharmony_ci      margin: 0;
181cb0ef41Sopenharmony_ci      box-sizing: border-box;
191cb0ef41Sopenharmony_ci    }
201cb0ef41Sopenharmony_ci    label {
211cb0ef41Sopenharmony_ci      clear: both;
221cb0ef41Sopenharmony_ci    }
231cb0ef41Sopenharmony_ci    </style>
241cb0ef41Sopenharmony_ci    <script src="popup.js"></script>
251cb0ef41Sopenharmony_ci  </head>
261cb0ef41Sopenharmony_ci  <body>
271cb0ef41Sopenharmony_ci    <form>
281cb0ef41Sopenharmony_ci      <p>
291cb0ef41Sopenharmony_ci        <label>Min click-interval <span id="minIntervalValue"></span>:
301cb0ef41Sopenharmony_ci          <input type="range" id="minInterval" min="1000" max="60000">
311cb0ef41Sopenharmony_ci        </label>
321cb0ef41Sopenharmony_ci      </p>
331cb0ef41Sopenharmony_ci      <p>
341cb0ef41Sopenharmony_ci        <label> Max click-interval <span id="maxIntervalValue"></span>:
351cb0ef41Sopenharmony_ci          <input type="range" id="maxInterval" min="1000" max="60000">
361cb0ef41Sopenharmony_ci        </label>
371cb0ef41Sopenharmony_ci      </p>
381cb0ef41Sopenharmony_ci      <p>
391cb0ef41Sopenharmony_ci        <label>Link regexp:
401cb0ef41Sopenharmony_ci          <input type="input" id="pattern" >
411cb0ef41Sopenharmony_ci        </label>
421cb0ef41Sopenharmony_ci      </p>
431cb0ef41Sopenharmony_ci      <p>
441cb0ef41Sopenharmony_ci        <label>Enable:
451cb0ef41Sopenharmony_ci          <input type="checkbox" id="enabled" >
461cb0ef41Sopenharmony_ci        </label>
471cb0ef41Sopenharmony_ci      </p>
481cb0ef41Sopenharmony_ci    </form>
491cb0ef41Sopenharmony_ci  </body>
501cb0ef41Sopenharmony_ci</html>
51