SponsorBlock/popup.html

39 lines
773 B
HTML
Raw Normal View History

<html>
<head>
<title>Set Page Color Popup</title>
<link rel="stylesheet" type="text/css" href="popup.css"/>
</head>
<div id="app">
<div class="main">
<center>
<h1>SponsorBlock</h1>
<!-- 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>
2019-07-09 21:55:33 +02:00
<br/>
<button id="submitTimes">Submit Times</button>
</center>
</div>
</div>
<script src="popup.js"></script>
</html>