Skip to content

Commit 4d761eb

Browse files
Merge pull request #102 from AlexMili/main
Fix Amazon Associates regex
2 parents 00eceeb + e5cd2c7 commit 4d761eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/technologies/a.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2668,7 +2668,7 @@
26682668
"dom": {
26692669
"a[href*='amazon.com']": {
26702670
"attributes": {
2671-
"href": "^https?://amazon.com.+&tag="
2671+
"href": "^https?://(?:www\\.)?amazon.+(?:&|\\?)tag="
26722672
}
26732673
},
26742674
"a[href*='amzn.to']": {
@@ -5336,4 +5336,4 @@
53365336
"scriptSrc": "@tarekraafat/autocomplete\\.js@([\\d\\.]+)/\\;version:\\1",
53375337
"website": "https://tarekraafat.github.io/autoComplete.js"
53385338
}
5339-
}
5339+
}

0 commit comments

Comments
 (0)