aboutsummaryrefslogtreecommitdiffhomepage
path: root/popup.html
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2019-07-12 19:04:24 -0400
committerAjay Ramachandran <[email protected]>2019-07-12 19:04:24 -0400
commit6af1f11a6f0faaf15024890df573bb60e0076e17 (patch)
tree8287699a09ccc7080d497dc1ab159a7da5784a1a /popup.html
parentbaa85cc7d374f0eb88707d428810c8c8c1dd947d (diff)
downloadSponsorBlock-6af1f11a6f0faaf15024890df573bb60e0076e17.tar.gz
SponsorBlock-6af1f11a6f0faaf15024890df573bb60e0076e17.zip
Added option to hide the video player controls button in the popup.
Diffstat (limited to 'popup.html')
-rw-r--r--popup.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/popup.html b/popup.html
index e8292923..e078278d 100644
--- a/popup.html
+++ b/popup.html
@@ -54,6 +54,12 @@
<br/>
<br/>
+
+ <button id="hideVideoPlayerControls" class="warningButton">Hide Button On YouTube Player</button>
+ <button id="showVideoPlayerControls" style="display: none" class="warningButton">Show Button On YouTube Player</button>
+
+ <br/>
+ <br/>
<button id="showNoticeAgain" style="display: none" class="noticeButton">Show Notice Again</button>
</div>