« get me outta code hell

"Disable everywhere for now" setting - interactive-bgm - Browser extension that adds background music based on the site you're browsing
about summary refs log tree commit diff
path: root/extension/popup/index.html
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2019-03-22 21:20:05 -0300
committerFlorrie <towerofnix@gmail.com>2019-03-22 21:20:05 -0300
commitcbe12928f46fbea07364f46d0b15497e97ff4207 (patch)
tree26831e4c4366372a1de0381eb5fd99145eb2ecb7 /extension/popup/index.html
parentf21f158661dd66225adcd319c66f3504541e966a (diff)
"Disable everywhere for now" setting
Diffstat (limited to 'extension/popup/index.html')
-rw-r--r--extension/popup/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/popup/index.html b/extension/popup/index.html
index 9ddbec4..7a9e920 100644
--- a/extension/popup/index.html
+++ b/extension/popup/index.html
@@ -13,6 +13,8 @@
             <h1 id="hostname"></h1>
             <h2>Tracks</h2>
             <ul id="track-list"></ul>
+            <h1>General Settings</h1>
+            <p><label><input id="disable-everywhere" type="checkbox"> Disable everywhere for now?</label></p>
         </div>
         <div class="screen" id="invalid-host-screen">
             <p>Sorry, this page doesn't appear to have a hostname. We can't configure music here.</p>