diff options
author | Ajay Ramachandran <[email protected]> | 2019-07-26 20:23:13 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2019-07-26 20:23:13 -0400 |
commit | b3684a8730de6901b7e45896827e2e42622e64a8 (patch) | |
tree | 755e75158013219bbbf7c6f79697eb8cbe1170ab | |
parent | 45f0d65f69ed6078094759a43fbd10cfa3ec9e56 (diff) | |
download | SponsorBlock-b3684a8730de6901b7e45896827e2e42622e64a8.tar.gz SponsorBlock-b3684a8730de6901b7e45896827e2e42622e64a8.zip |
Added hint about the hotkey.
-rw-r--r-- | firefox_manifest.json | 2 | ||||
-rw-r--r-- | manifest.json | 2 | ||||
-rw-r--r-- | popup.html | 4 |
3 files changed, 5 insertions, 3 deletions
diff --git a/firefox_manifest.json b/firefox_manifest.json index 8020aa36..e334b555 100644 --- a/firefox_manifest.json +++ b/firefox_manifest.json @@ -1,7 +1,7 @@ { "name": "SponsorBlock - YouTube Sponsorship Blocker", "short_name": "SponsorBlock", - "version": "1.0.6", + "version": "1.0.7", "description": "Skip over sponsorship on YouTube videos. Report sponsors on videos you watch to save the time of others.", "content_scripts": [ { diff --git a/manifest.json b/manifest.json index bfecefba..10ca8fa1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "SponsorBlock - YouTube Sponsorship Blocker", "short_name": "SponsorBlock", - "version": "1.0.6", + "version": "1.0.7", "description": "Skip over sponsorship on YouTube videos. Report sponsors on videos you watch to save the time of others.", "content_scripts": [ { @@ -71,7 +71,9 @@ <div> <button id="sponsorStart" class="greenButton">Sponsorship Starts Now</button> </div> - + + <sub>Hint: Press the semicolon key while focused on a video report the start/end of a sponsor and quote to submit.</sub> + <div id="submissionSection" style="display: none"> <h3>Latest Sponsor Message Times Chosen</h3> <b> |