From e5cd2c725cdc067835dd9c7e56250a5b3983bf33 Mon Sep 17 00:00:00 2001 From: AlexMili Date: Thu, 9 May 2024 14:23:33 +0200 Subject: [PATCH] Update Amazon Associates regex to be non-capturing --- src/technologies/a.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index 4d17bf44..a1573bc5 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -2668,7 +2668,7 @@ "dom": { "a[href*='amazon.com']": { "attributes": { - "href": "^https?://(www\\.)?amazon.+(&|\\?)tag=" + "href": "^https?://(?:www\\.)?amazon.+(?:&|\\?)tag=" } }, "a[href*='amzn.to']": { @@ -5336,4 +5336,4 @@ "scriptSrc": "@tarekraafat/autocomplete\\.js@([\\d\\.]+)/\\;version:\\1", "website": "https://tarekraafat.github.io/autoComplete.js" } -} \ No newline at end of file +}