From 8bbdff0c1c12a6e9bba9489e9b6c93236bbe8654 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Wed, 13 Oct 2021 08:21:14 +1100 Subject: [PATCH] Add MyWebsite Now detection --- src/technologies/m.json | 50 ++++++++++++++++++++++++++++++++++++----- 1 file changed, 45 insertions(+), 5 deletions(-) diff --git a/src/technologies/m.json b/src/technologies/m.json index 8c1daf774..2e208d35e 100644 --- a/src/technologies/m.json +++ b/src/technologies/m.json @@ -1660,19 +1660,59 @@ ], "description": "MyWebsite is website builder designed for easy editing and fast results.", "icon": "MyWebsite.svg", - "implies": "Duda", + "excludes": "Jimdo", "js": { - "SystemID": "^.*1AND1.*$" + "SystemID": "^.*1AND1.*$\\;version:8" + }, + "meta": { + "generator": "IONOS MyWebsite\\;version:8" }, + "pricing": [ + "low", + "recurring" + ], + "saas": true, + "website": "https://www.ionos.com" + }, + "MyWebsite Creator": { + "cats": [ + 51 + ], + "description": "MyWebsite Creator is website builder designed for easy editing and fast results.", + "icon": "MyWebsite.svg", + "implies": "Duda", + "dom": "body#dmRoot", + "pricing": [ + "low", + "recurring" + ], + "saas": true, + "scripts": [ + "website-editor\\.net", + "mywebsite-editor\\.com" + ], + "website": "https://www.ionos.com" + }, + "MyWebsite Now": { + "cats": [ + 51 + ], + "description": "MyWebsite Now is a website builder designed for getting online quickly.", + "icon": "MyWebsite.svg", + "dom": "img[src*='/-_-/res/']", + "implies": [ + "React", + "Node.js", + "GraphQL" + ], "meta": { - "generator": "^.*MyWebsite.*$\\;version:8" + "generator": "MyWebsite NOW" }, "pricing": [ "low", "recurring" ], "saas": true, - "scripts": "\\/\\/integration\\.mywebsite-editor\\.com.*\\.js\\;version:9", "website": "https://www.ionos.com" }, "Mynetcap": { @@ -1874,4 +1914,4 @@ ], "website": "https://code.google.com/p/modwsgi" } -} \ No newline at end of file +}