mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-20 06:28:27 +03:00
Made the submission process hidden until you record your first time
This commit is contained in:
35
popup.html
35
popup.html
@@ -23,26 +23,35 @@
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
<h2>Record the times of a sponsorship</h2>
|
||||
|
||||
<p>
|
||||
Click the button below when the sponsorship starts and ends to record and
|
||||
submit it to the database.
|
||||
</p>
|
||||
|
||||
<div>
|
||||
<button id="sponsorStart">Sponsorship Starts</button>
|
||||
<button id="sponsorStart">Sponsorship Starts Now</button>
|
||||
</div>
|
||||
|
||||
<h3>Latest Sponsor Message Times Chosen</h3>
|
||||
<b>
|
||||
<div id="sponsorMessageTimes">
|
||||
<div id="submissionSection" style="display: none">
|
||||
<h3>Latest Sponsor Message Times Chosen</h3>
|
||||
<b>
|
||||
<div id="sponsorMessageTimes">
|
||||
|
||||
</div>
|
||||
</b>
|
||||
|
||||
</div>
|
||||
</b>
|
||||
|
||||
<button id="clearTimes">Clear Times</button>
|
||||
|
||||
<br/>
|
||||
|
||||
<button id="submitTimes">Submit Times</button>
|
||||
<button id="clearTimes">Clear Times</button>
|
||||
|
||||
<br/>
|
||||
|
||||
<button id="submitTimes">Submit Times</button>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
<button id="showNoticeAgain" style="display: none">Show Notice Again</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user