Merge pull request #70 from ajayyy/experimental

Made popup close on video change
This commit is contained in:
Ajay Ramachandran
2019-08-03 23:32:07 -04:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -184,6 +184,9 @@ function videoIDChange(id) {
return; return;
} }
//close popup
closeInfoMenu();
//reset last sponsor times //reset last sponsor times
lastTime = -1; lastTime = -1;
lastUnixTimeSkipped = -1; lastUnixTimeSkipped = -1;

View File

@@ -1,7 +1,7 @@
{ {
"name": "SponsorBlock for YouTube - Skip Sponsorships", "name": "SponsorBlock for YouTube - Skip Sponsorships",
"short_name": "SponsorBlock", "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.", "description": "Skip over sponsorship on YouTube videos. Report sponsors on videos you watch to save the time of others.",
"content_scripts": [ "content_scripts": [
{ {