diff options
author | Ajay Ramachandran <[email protected]> | 2019-08-03 23:30:45 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2019-08-03 23:30:45 -0400 |
commit | 38bb50a4722fe8fc36885f1ccc7d640f5893442c (patch) | |
tree | 6a54188a01b85b8e623c8bc6cce52fba31f2dc46 | |
parent | 6d675596275f5ec6dc2c0c18bab1af71e38602c0 (diff) | |
download | SponsorBlock-38bb50a4722fe8fc36885f1ccc7d640f5893442c.tar.gz SponsorBlock-38bb50a4722fe8fc36885f1ccc7d640f5893442c.zip |
Made popup close on video change
-rw-r--r-- | content.js | 3 | ||||
-rw-r--r-- | manifest.json | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -184,6 +184,9 @@ function videoIDChange(id) { return; } + //close popup + closeInfoMenu(); + //reset last sponsor times lastTime = -1; lastUnixTimeSkipped = -1; diff --git a/manifest.json b/manifest.json index 7f6235e3..1fe36a7c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "SponsorBlock for YouTube - Skip Sponsorships", "short_name": "SponsorBlock", - "version": "1.0.28", + "version": "1.0.29", "description": "Skip over sponsorship on YouTube videos. Report sponsors on videos you watch to save the time of others.", "content_scripts": [ { |