From 483cd1e81a546bcc938bfcaccb1eaa1f0df11c6e Mon Sep 17 00:00:00 2001 From: BananaZomber <70025900+BananaZomber@users.noreply.github.com> Date: Tue, 20 Jun 2023 09:38:25 +0200 Subject: [PATCH 1/2] Update background.js Added Firefox Add-ons page to line 10 --- scripts/background.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/background.js b/scripts/background.js index 5437139..c93a7c4 100644 --- a/scripts/background.js +++ b/scripts/background.js @@ -7,8 +7,8 @@ let audioSource = { }; const regex = { - settings: /(duolingo|github|reddit|spotify|tutanota)\.\w{2,3}.*\/(settings|preferences)|about:(?!newtab|home)/, - shopping: /(? { From 88b6c45b9847f37c33a82e92621a132fd754a9a7 Mon Sep 17 00:00:00 2001 From: WebSnke Date: Tue, 20 Jun 2023 17:11:10 +0200 Subject: [PATCH 2/2] Add about:home and Duolingo Store --- scripts/background.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/background.js b/scripts/background.js index c93a7c4..9110a9e 100644 --- a/scripts/background.js +++ b/scripts/background.js @@ -7,8 +7,8 @@ let audioSource = { }; const regex = { - settings: /(duolingo|github|mozilla|reddit|spotify|tutanota)\.\w{2,3}.*\/(edit|settings|preferences)|about:(?!newtab)/, - shopping: /(? {