Skip to content

Commit b3684a8

Browse files
committed
Added hint about the hotkey.
1 parent 45f0d65 commit b3684a8

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

firefox_manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SponsorBlock - YouTube Sponsorship Blocker",
33
"short_name": "SponsorBlock",
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"description": "Skip over sponsorship on YouTube videos. Report sponsors on videos you watch to save the time of others.",
66
"content_scripts": [
77
{

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SponsorBlock - YouTube Sponsorship Blocker",
33
"short_name": "SponsorBlock",
4-
"version": "1.0.6",
4+
"version": "1.0.7",
55
"description": "Skip over sponsorship on YouTube videos. Report sponsors on videos you watch to save the time of others.",
66
"content_scripts": [
77
{

popup.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ <h2 class="recordingSubtitle">Record the times of a sponsorship</h2>
7171
<div>
7272
<button id="sponsorStart" class="greenButton">Sponsorship Starts Now</button>
7373
</div>
74-
74+
75+
<sub>Hint: Press the semicolon key while focused on a video report the start/end of a sponsor and quote to submit.</sub>
76+
7577
<div id="submissionSection" style="display: none">
7678
<h3>Latest Sponsor Message Times Chosen</h3>
7779
<b>

0 commit comments

Comments
 (0)