From 035d4f121a389eb337f8265618e9b61b18a1ddaf Mon Sep 17 00:00:00 2001 From: throwaway96 <68320646+throwaway96@users.noreply.github.com> Date: Sat, 19 Oct 2024 12:46:24 -0400 Subject: [PATCH 1/2] rephrase description of music_offtopic setting New description based on: https://wiki.sponsor.ajay.app/w/Music:_Non-Music_Section --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index fb8ed829..5a318aae 100644 --- a/src/config.js +++ b/src/config.js @@ -28,7 +28,7 @@ const configOptions = new Map([ 'enableSponsorBlockMusicOfftopic', { default: true, - desc: 'Skip music and off-topic segments' + desc: 'Skip non-music segments in music videos' } ], [ From 23dd5a8123a8a44c0659cb2f76544001550bd299 Mon Sep 17 00:00:00 2001 From: throwaway96 <68320646+throwaway96@users.noreply.github.com> Date: Sat, 19 Oct 2024 12:48:22 -0400 Subject: [PATCH 2/2] update caniuse-lite database --- package-lock.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 67ab8d2a..321edbb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "youtube-webos", - "version": "0.3.3", + "version": "0.3.4", "license": "GPL-3.0-only", "dependencies": { "@babel/runtime-corejs3": "^7.24.4", @@ -8055,9 +8055,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001596", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001596.tgz", - "integrity": "sha512-zpkZ+kEr6We7w63ORkoJ2pOfBwBkY/bJrG/UZ90qNb45Isblu8wzDgevEOrRL1r9dWayHjYiiyCMEXPn4DweGQ==", + "version": "1.0.30001669", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001669.tgz", + "integrity": "sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==", "dev": true, "funding": [ { @@ -8072,7 +8072,8 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/chalk": { "version": "2.4.2",