]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - views/options.html
use chrome.storage.sync
[chrome-ext/clearhistory-advance-fork.git] / views / options.html
index a555e8f96e1ee72924410bc246bfc30f1b8d18b8..97b42fd418bdcb603db0e1a520d859b1dd798403 100644 (file)
         <div id="opt-time">
           <div class="opt-name">
             <b id="optionsTimeFor"></b>
+            <br><br>
+            <div class="opt-timeStart">
+              <input name="timeStart" class="opt-chk" type="checkbox" checked>
+              <div class="opt-label" id="optionsTimeStart"></div>
+            </div>
           </div>
           <div class="opt-value">
             <div class="opt-option">   <!-- 1 hour -->
               <input name="time" class="opt-chk" type="radio" value="1"
-                tabindex="1" checked>
+                tabindex="1">
               <div class="opt-label" id="opt-1"></div>
             </div>
             <!-- <br> -->
           </div>
         </div>
         <hr>
+        <div id="opt-autoclear">
+          <div class="opt-name">
+            <b>&nbsp;</b>
+          </div>
+          <div class="opt-value">
+            <div class="opt-option">
+              <input name="autoclear" class="opt-chk" type="checkbox">
+              <div class="opt-label" id="optionsAutoclear"></div>
+            </div>
+          </div>
+        </div>
+        <hr>
         <div id="optionsSaved">
           <b></b>
         </div>