From 45f0d65f69ed6078094759a43fbd10cfa3ec9e56 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 26 Jul 2019 20:19:51 -0400 Subject: [PATCH 1/2] Fixed old unsponsored times sometimes being used. --- content.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content.js b/content.js index 9bf9005a..4c624aaa 100644 --- a/content.js +++ b/content.js @@ -121,6 +121,10 @@ function videoIDChange(id) { lastTime = -1; lastUnixTimeSkipped = -1; + //reset sponsor times + sponsorTimes = undefined; + UUIDs = undefined; + //reset sponsor data found check sponsorDataFound = false; sponsorsLookup(id); From b3684a8730de6901b7e45896827e2e42622e64a8 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 26 Jul 2019 20:23:13 -0400 Subject: [PATCH 2/2] Added hint about the hotkey. --- firefox_manifest.json | 2 +- manifest.json | 2 +- 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": [ { diff --git a/popup.html b/popup.html index de5a0ae9..57e3765f 100644 --- a/popup.html +++ b/popup.html @@ -71,7 +71,9 @@
- + + Hint: Press the semicolon key while focused on a video report the start/end of a sponsor and quote to submit. +