diff options
author | Ajay Ramachandran <[email protected]> | 2019-07-12 19:04:24 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2019-07-12 19:04:24 -0400 |
commit | 6af1f11a6f0faaf15024890df573bb60e0076e17 (patch) | |
tree | 8287699a09ccc7080d497dc1ab159a7da5784a1a /popup.html | |
parent | baa85cc7d374f0eb88707d428810c8c8c1dd947d (diff) | |
download | SponsorBlock-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.html | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |