From 73431664083dc88bb2f3424d18e3d13ecdbe853a Mon Sep 17 00:00:00 2001 From: Antonio Favero Date: Wed, 26 Aug 2026 10:09:00 +0200 Subject: [PATCH] Improve SimplyBook.me detection Co-Authored-By: Claude Fable 5 --- src/technologies/s.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index 9051fc79..735f4604 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -6491,16 +6491,14 @@ 72 ], "description": "SimplyBook.me is an online appointment scheduling and booking software.", - "dom": { - "a[href*='.simplybook.'][target='_blank']": { - "attributes": { - "href": "\\.simplybook\\.(?:asia|it|me)" - } - } - }, + "dom": [ + "a[href*='.simplybook.'][target='_blank']", + "iframe[src*='.simplybook.it']" + ], "icon": "SimplyBook.me.svg", "js": { - "configSoinSimplyPush": "" + "configSoinSimplyPush": "", + "SimplybookWidget": "" }, "pricing": [ "freemium", @@ -6509,7 +6507,8 @@ ], "saas": true, "scriptSrc": [ - "\\.simplybook\\.(?:asia|it|me)" + "\\.simplybook\\.(?:asia|it|me)", + "widget\\.simplybook\\.it" ], "website": "https://simplybook.me" },