2019-07-09 05:43:06 +02:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Set Page Color Popup</title>
|
2019-07-11 22:19:28 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="/libs/Source+Sans+Pro.css"/>
|
2019-07-09 05:43:06 +02:00
|
|
|
<link rel="stylesheet" type="text/css" href="popup.css"/>
|
|
|
|
</head>
|
2019-07-09 06:05:27 +02:00
|
|
|
|
2019-07-09 23:51:49 +02:00
|
|
|
<center>
|
|
|
|
<div id="app">
|
2019-07-11 22:15:47 +02:00
|
|
|
<img src="icons/LogoSponsorBlocker256px.png" height="64px"/>
|
|
|
|
|
2019-07-09 23:51:49 +02:00
|
|
|
<h1>SponsorBlock</h1>
|
2019-07-09 06:05:27 +02:00
|
|
|
|
2019-07-09 23:51:49 +02:00
|
|
|
<!-- Loading text -->
|
|
|
|
<p id="loadingIndicator">Loading...</p>
|
2019-07-09 06:05:27 +02:00
|
|
|
|
2019-07-09 23:51:49 +02:00
|
|
|
<!-- Hidden until loading complete -->
|
|
|
|
<div id="mainControls" class="main" style="display: none">
|
2019-07-10 21:00:48 +02:00
|
|
|
<!-- If the video was found in the database -->
|
|
|
|
<div id="videoFound">
|
|
|
|
|
|
|
|
</div>
|
2019-07-10 00:03:56 +02:00
|
|
|
|
2019-07-10 21:00:48 +02:00
|
|
|
<div id="downloadedSponsorMessageTimes">
|
2019-07-10 04:23:35 +02:00
|
|
|
|
2019-07-10 21:00:48 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<h2>Record the times of a sponsorship</h2>
|
2019-07-10 04:23:35 +02:00
|
|
|
|
2019-07-10 21:00:48 +02:00
|
|
|
<p>
|
|
|
|
Click the button below when the sponsorship starts and ends to record and
|
|
|
|
submit it to the database.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<button id="sponsorStart" class="greenButton">Sponsorship Starts Now</button>
|
|
|
|
</div>
|
2019-07-09 23:51:49 +02:00
|
|
|
|
2019-07-10 21:00:48 +02:00
|
|
|
<div id="submissionSection" style="display: none">
|
|
|
|
<h3>Latest Sponsor Message Times Chosen</h3>
|
|
|
|
<b>
|
|
|
|
<div id="sponsorMessageTimes">
|
2019-07-10 04:23:35 +02:00
|
|
|
|
2019-07-10 21:00:48 +02:00
|
|
|
</div>
|
|
|
|
</b>
|
|
|
|
|
|
|
|
<button id="clearTimes" class="smallButton">Clear Times</button>
|
|
|
|
|
2019-07-10 18:20:29 +02:00
|
|
|
<br/>
|
2019-07-10 04:10:25 +02:00
|
|
|
<br/>
|
2019-07-10 21:00:48 +02:00
|
|
|
|
2019-07-12 04:35:40 +02:00
|
|
|
<button id="submitTimes" style="display: none" class="smallButton">Submit Times</button>
|
2019-07-10 21:00:48 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<br/>
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
<button id="showNoticeAgain" style="display: none" class="noticeButton">Show Notice Again</button>
|
2019-07-09 05:43:06 +02:00
|
|
|
</div>
|
2019-07-09 23:51:49 +02:00
|
|
|
</div>
|
|
|
|
</center>
|
2019-07-09 05:43:06 +02:00
|
|
|
<script src="popup.js"></script>
|
|
|
|
</html>
|