From 8bb98068e29da762aabf824450f4b74d68c10ea3 Mon Sep 17 00:00:00 2001 From: Gymcap <6188525+Gymcap@users.noreply.github.com> Date: Fri, 15 May 2026 12:45:02 -0400 Subject: [PATCH 1/3] Adding a bunch of ebay rules I just went and browsed ebay for a while and added anything that didn't appear to effect the destination --- data.min.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/data.min.json b/data.min.json index 5763938..c4242b0 100644 --- a/data.min.json +++ b/data.min.json @@ -657,10 +657,17 @@ "urlPattern": "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?ebay(?:\\.[a-z]{2,}){1,}", "completeProvider": false, "rules": [ + "_sacat", + "_skw", "_trkparms", "_trksid", "_from", - "hash" + "hash", + "epid", + "itmmeta", + "itmprp", + "LH_ItemCondition", + "rt" ], "referralMarketing": [], "rawRules": [], From 555a5b7bc8d8497a6cfd2ddf93fabe8ac9e811e7 Mon Sep 17 00:00:00 2001 From: Gymcap <6188525+Gymcap@users.noreply.github.com> Date: Fri, 15 May 2026 12:59:49 -0400 Subject: [PATCH 2/3] Remove 'LH_ItemCondition' from ebay rules LH_ItemCondition is used to keep track of the condition (i.e. new/used/refurbished) being searched for, and should be kept in tact, my mistake --- data.min.json | 1 - 1 file changed, 1 deletion(-) diff --git a/data.min.json b/data.min.json index c4242b0..2ec96ff 100644 --- a/data.min.json +++ b/data.min.json @@ -666,7 +666,6 @@ "epid", "itmmeta", "itmprp", - "LH_ItemCondition", "rt" ], "referralMarketing": [], From edf3f3dd2f5a6b65e3329c4c9d2ee4403f50858d Mon Sep 17 00:00:00 2001 From: Gymcap <6188525+Gymcap@users.noreply.github.com> Date: Fri, 15 May 2026 14:28:04 -0400 Subject: [PATCH 3/3] Contribution guidelines reordering, as to leave previous rules unchanged --- data.min.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data.min.json b/data.min.json index 2ec96ff..271acd4 100644 --- a/data.min.json +++ b/data.min.json @@ -657,11 +657,11 @@ "urlPattern": "^https?:\\/\\/(?:[a-z0-9-]+\\.)*?ebay(?:\\.[a-z]{2,}){1,}", "completeProvider": false, "rules": [ - "_sacat", - "_skw", "_trkparms", "_trksid", "_from", + "_sacat", + "_skw", "hash", "epid", "itmmeta",