From 205c73761556a0297012eeb597d124957c4ef0e3 Mon Sep 17 00:00:00 2001 From: Ajay Date: Mon, 13 Jul 2026 11:41:54 -0400 Subject: [PATCH 1/4] Fix extensions breaking on Firefox when cookies disabled https://github.com/ajayyy/SponsorBlock/issues/2473 --- maze-utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maze-utils b/maze-utils index 6b1ba69c3..c5f289ba5 160000 --- a/maze-utils +++ b/maze-utils @@ -1 +1 @@ -Subproject commit 6b1ba69c38d967ef60bf21e153492a769e3449fe +Subproject commit c5f289ba5fec8b257860e25f15189a11221c57a6 From e0552f29f5769ff1c282e089411b3ba8d67add96 Mon Sep 17 00:00:00 2001 From: Ajay Date: Mon, 13 Jul 2026 11:47:29 -0400 Subject: [PATCH 2/4] Fix errors in config maze-utils --- maze-utils | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maze-utils b/maze-utils index c5f289ba5..9ba29a08a 160000 --- a/maze-utils +++ b/maze-utils @@ -1 +1 @@ -Subproject commit c5f289ba5fec8b257860e25f15189a11221c57a6 +Subproject commit 9ba29a08a7704fb8173b50cf8946676bf93a73fd From fee739914b837ec175821e342b5d2e1cb3f9b5ad Mon Sep 17 00:00:00 2001 From: Ajay Date: Mon, 13 Jul 2026 12:46:49 -0400 Subject: [PATCH 3/4] update translations --- maze-utils | 2 +- public/_locales | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maze-utils b/maze-utils index 9ba29a08a..5e5949945 160000 --- a/maze-utils +++ b/maze-utils @@ -1 +1 @@ -Subproject commit 9ba29a08a7704fb8173b50cf8946676bf93a73fd +Subproject commit 5e594994506ebfef5e474ef0622017961d5316a8 diff --git a/public/_locales b/public/_locales index a1700205c..166548e90 160000 --- a/public/_locales +++ b/public/_locales @@ -1 +1 @@ -Subproject commit a1700205c3fdbc07143ce952de89d8b8d5817089 +Subproject commit 166548e90223a11c57713439080c1903b8853bd6 From 0a51a4981045b66007f88ab5e8909777c725ba43 Mon Sep 17 00:00:00 2001 From: Ajay Date: Mon, 13 Jul 2026 12:47:00 -0400 Subject: [PATCH 4/4] bump version --- manifest/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest/manifest.json b/manifest/manifest.json index 9ebf68a46..814ed17e4 100644 --- a/manifest/manifest.json +++ b/manifest/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_fullName__", "short_name": "SponsorBlock", - "version": "6.1.6", + "version": "6.1.7", "default_locale": "en", "description": "__MSG_Description__", "homepage_url": "https://sponsor.ajay.app",