Skip to content

Commit

Permalink
Merge pull request #102 from AlexMili/main
Browse files Browse the repository at this point in the history
Fix Amazon Associates regex
  • Loading branch information
enthec-opensource committed May 13, 2024
2 parents 00eceeb + e5cd2c7 commit 4d761eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/technologies/a.json
Original file line number Diff line number Diff line change
Expand Up @@ -2668,7 +2668,7 @@
"dom": {
"a[href*='amazon.com']": {
"attributes": {
"href": "^https?://amazon.com.+&tag="
"href": "^https?://(?:www\\.)?amazon.+(?:&|\\?)tag="
}
},
"a[href*='amzn.to']": {
Expand Down Expand Up @@ -5336,4 +5336,4 @@
"scriptSrc": "@tarekraafat/autocomplete\\.js@([\\d\\.]+)/\\;version:\\1",
"website": "https://tarekraafat.github.io/autoComplete.js"
}
}
}

0 comments on commit 4d761eb

Please sign in to comment.