From 247b9b2a378b273dc9e6acf751ab8e2e7d78ada3 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 3 Nov 2020 01:12:48 +0600 Subject: [PATCH 1/3] Add wpBakery page builder --- .../webextension/images/icons/wpBakery.svg | 9 +++++++++ src/technologies.json | 15 +++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 src/drivers/webextension/images/icons/wpBakery.svg diff --git a/src/drivers/webextension/images/icons/wpBakery.svg b/src/drivers/webextension/images/icons/wpBakery.svg new file mode 100644 index 000000000..ede1cbfa0 --- /dev/null +++ b/src/drivers/webextension/images/icons/wpBakery.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 2d78c75c1..d4b2d1218 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -17128,6 +17128,21 @@ }, "website": "https://wisy.3we.de" }, + "wpBakery": { + "cats": [ + 51 + ], + "description": "WPBakery is a drag and drop visual page builder plugin for WordPress.", + "icon": "wpBakery.svg", + "implies": [ + "WordPress", + "PHP" + ], + "meta": { + "generator": "WPBakery" + }, + "website": "https://wpbakery.com" + }, "wpCache": { "cats": [ 23 From 2c8187230ef566c8b3c0e04851bdabd11e80a1f5 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 3 Nov 2020 04:09:18 +0600 Subject: [PATCH 2/3] Add Guestonline/Booking widget --- .../webextension/images/icons/Guestonline.svg | 9 +++++++++ src/technologies.json | 18 ++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Guestonline.svg diff --git a/src/drivers/webextension/images/icons/Guestonline.svg b/src/drivers/webextension/images/icons/Guestonline.svg new file mode 100644 index 000000000..5c68a215e --- /dev/null +++ b/src/drivers/webextension/images/icons/Guestonline.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index 2d78c75c1..0afa69107 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -6106,6 +6106,24 @@ "scripts": "assets\\.growingio\\.com/([\\d.]+)/gio\\.js\\;version:\\1", "website": "https://www.growingio.com/" }, + "Guestonline": { + "cats": [ + 5, + 61, + 72 + ], + "description": "Guestonline is a restaurant table booking widget.", + "icon": "Guestonline.svg", + "dom": { + "iframe[src*='guestonline']": { + "attributes": { + "src": "ib\\.guestonline\\.(?:[\\w]+)" + } + } + }, + "scripts": "ib\\.guestonline\\.(?:[\\w]+)", + "website": "https://www.guestonline.io" + }, "HCL Digital Experience": { "cats": [ 1 From cf250a9ee2f89c6de47c485fd63e09dc94791bc7 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 3 Nov 2020 09:45:39 +1100 Subject: [PATCH 3/3] Update technologies.json --- src/technologies.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 0afa69107..c31d302be 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -6117,11 +6117,11 @@ "dom": { "iframe[src*='guestonline']": { "attributes": { - "src": "ib\\.guestonline\\.(?:[\\w]+)" + "src": "ib\\.guestonline\\.\\w+" } } }, - "scripts": "ib\\.guestonline\\.(?:[\\w]+)", + "scripts": "ib\\.guestonline\\.\\w+", "website": "https://www.guestonline.io" }, "HCL Digital Experience": { @@ -17191,4 +17191,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}