From b5bebe125360401031190d5b943f9c8e80a3154b Mon Sep 17 00:00:00 2001 From: Ahmed Rangel Date: Sat, 12 Apr 2025 21:06:02 -0500 Subject: [PATCH 1/2] fix: inkline html detector --- detectors/uis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detectors/uis.json b/detectors/uis.json index 246b0c1..6263cbb 100644 --- a/detectors/uis.json +++ b/detectors/uis.json @@ -91,7 +91,7 @@ "url": "https://inkline.io/" }, "detectors": { - "html": "<(?:div|button|a) [^>]*class=\"[^\"]*[^_](?:_border-|_rounded|_rounded-|_clearfix|_background-|_display-|_embed|_float-|_overflow-|_overlay|_position-|_width-|_margin-|_padding-|_align-|_visibility-)" + "html": "<(?:div|button|a) [^>]*class=\"[^\"]*(\\b(_border-|_rounded|_rounded-|_clearfix|_background-|_display-|_embed|_float-|_overflow-|_overlay|_position-|_width-|_margin-|_padding-|_align-|_visibility-)\\b)" } }, "chakra-ui": { From b65e851bc8d8e8c8e8b3680a5b14e7d1f9d6dc0b Mon Sep 17 00:00:00 2001 From: Ahmed Rangel Date: Sat, 12 Apr 2025 21:21:10 -0500 Subject: [PATCH 2/2] chore: adjust detector --- detectors/uis.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detectors/uis.json b/detectors/uis.json index 6263cbb..581701f 100644 --- a/detectors/uis.json +++ b/detectors/uis.json @@ -91,7 +91,7 @@ "url": "https://inkline.io/" }, "detectors": { - "html": "<(?:div|button|a) [^>]*class=\"[^\"]*(\\b(_border-|_rounded|_rounded-|_clearfix|_background-|_display-|_embed|_float-|_overflow-|_overlay|_position-|_width-|_margin-|_padding-|_align-|_visibility-)\\b)" + "html": "<(?:div|button|a) [^>]*class=\"[^\"]*(?