aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAjay Ramachandran <[email protected]>2019-08-03 23:32:07 -0400
committerGitHub <[email protected]>2019-08-03 23:32:07 -0400
commit101d94f46eb0fb1261d3846e03171d0f3d52e6f0 (patch)
treece18c7100fa36890b508e7bd066b48cf1c561553
parent3b3653af67469e13ec0acd3167a6b42e09e7dc17 (diff)
parent38bb50a4722fe8fc36885f1ccc7d640f5893442c (diff)
downloadSponsorBlock-101d94f46eb0fb1261d3846e03171d0f3d52e6f0.tar.gz
SponsorBlock-101d94f46eb0fb1261d3846e03171d0f3d52e6f0.zip
Merge pull request #70 from ajayyy/experimentalv1.0.29
Made popup close on video change
-rw-r--r--content.js3
-rw-r--r--manifest.json2
2 files changed, 4 insertions, 1 deletions
diff --git a/content.js b/content.js
index 98469dc8..73348973 100644
--- a/content.js
+++ b/content.js
@@ -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": [
{