SponsorBlock/popup.html
2019-07-09 17:51:49 -04:00

43 lines
No EOL
1 KiB
HTML

<html>
<head>
<title>Set Page Color Popup</title>
<link rel="stylesheet" type="text/css" href="popup.css"/>
</head>
<center>
<div id="app">
<h1>SponsorBlock</h1>
<!-- Loading text -->
<p id="loadingIndicator">Loading...</p>
<!-- Hidden until loading complete -->
<div id="mainControls" class="main" style="display: none">
<!-- If the video was found in the database -->
<div id="videoFound">
</div>
<br/>
<div>
<button id="sponsorStart">Sponsorship Starts</button>
</div>
<h3>Latest Sponsor Message Times Chosen</h3>
<b>
<div id="sponsorMessageTimes">
</div>
</b>
<button id="clearTimes">Clear Times</button>
<br/>
<button id="submitTimes">Submit Times</button>
</div>
</div>
</center>
<script src="popup.js"></script>
</html>