]> git.wh0rd.org - chrome-ext/clearhistory-advance-fork.git/blobdiff - views/options.html
convert to MV3
[chrome-ext/clearhistory-advance-fork.git] / views / options.html
index 33e3748297b98f3d4cc6308ef0447c3a4a80b22a..69ad9677f0c289e537f1254549bb695fd568e664 100644 (file)
  </label>
  </div>
 
+ <div class="checkbox">
+ <label>
+  <input name="notify" type="checkbox"/>
+  <span i18n-content="optionsNotify"></span>
+ </label>
+ </div>
+
  <div class="checkbox">
  <label>
   <input name="autoclear" type="checkbox"/>
 
   </div>
 
-    <script src="../javascript/background.js"></script>
-    <script src="../javascript/util.js"></script>
-    <script src="../javascript/options.js"></script>
+    <script type="module" src="../javascript/options.js"></script>
   </body>
 </html>