mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2026-04-08 05:58:26 +03:00
Added UI to support picking out sponsors and submitting
This commit is contained in:
27
popup.html
Normal file
27
popup.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<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>
|
||||
<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>
|
||||
Reference in New Issue
Block a user