From 54ab94a68d352bf9b8e5fe1ece8d9e8d320906e4 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 4 Dec 2020 01:43:37 +0600 Subject: [PATCH 1/2] Add Trustpilot/Widget --- .../webextension/images/icons/Trustpilot.svg | 3 +++ src/technologies.json | 20 ++++++++++++++++--- 2 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 src/drivers/webextension/images/icons/Trustpilot.svg diff --git a/src/drivers/webextension/images/icons/Trustpilot.svg b/src/drivers/webextension/images/icons/Trustpilot.svg new file mode 100644 index 000000000..030e51cd4 --- /dev/null +++ b/src/drivers/webextension/images/icons/Trustpilot.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies.json b/src/technologies.json index ed457a6a9..f5c211a62 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -3324,7 +3324,7 @@ "description": "ClustrMaps widget is a visitor tracker, designed for general web and blog use.", "icon": "ClustrMaps.svg", "dom": { - "img[src*=clustrmaps.com]": { + "img[src*='clustrmaps.com']": { "attributes": { "src": "" } @@ -10575,8 +10575,10 @@ "description": "OpenStreetMap is a free, editable map of the whole world that is being built by volunteers largely from scratch and released with an open-content license.", "icon": "OpenStreetMap.svg", "dom": { - "iframe[src=*openstreetmap.org],iframe[data-lazy-src=*openstreetmap.org]": { - "text": "" + "iframe[src*='openstreetmap.org'],iframe[data-lazy-src*='openstreetmap.org']": { + "attributes": { + "src": "" + } } }, "oss": true, @@ -15331,6 +15333,18 @@ "scripts": "consent\\.trustarc\\.com", "website": "http://trustarc.com" }, + "Trustpilot": { + "cats": [ + 5 + ], + "description": "Trustpilot is a Danish consumer review website which provide embed stand-alone applications in your website to show your most recent reviews, TrustScore, and star ratings.", + "icon": "Trustpilot.svg", + "js": { + "Trustpilot": "" + }, + "scripts": "\\.trustpilot\\.com", + "website": "https://business.trustpilot.com" + }, "Tumblr": { "cats": [ 11 From 1246e3297cdf47a907f2b8b9a10c24b6973a64cd Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 4 Dec 2020 01:47:01 +0600 Subject: [PATCH 2/2] Add Trustpilot/Widget pricing --- src/technologies.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index f5c211a62..851d1ad26 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -15342,6 +15342,8 @@ "js": { "Trustpilot": "" }, + "saas": true, + "pricing": ["mid","freemium","recurring"], "scripts": "\\.trustpilot\\.com", "website": "https://business.trustpilot.com" },