mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
35 lines
No EOL
702 B
HTML
35 lines
No EOL
702 B
HTML
<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>
|
|
</center>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="popup.js"></script>
|
|
</html> |