From 1e2a8853459c1e7da0b9f1204129b3a44a608978 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 12 Apr 2021 17:02:15 +0600 Subject: [PATCH 1/3] Add Admitad / Affiliate network --- .../webextension/images/icons/Admitad.svg | 3 ++ src/technologies.json | 30 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Admitad.svg diff --git a/src/drivers/webextension/images/icons/Admitad.svg b/src/drivers/webextension/images/icons/Admitad.svg new file mode 100644 index 000000000..97c0e6371 --- /dev/null +++ b/src/drivers/webextension/images/icons/Admitad.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies.json b/src/technologies.json index 6f411b764..2523aba32 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -828,6 +828,22 @@ "implies": "PHP", "website": "http://www.adminer.org" }, + "Admitad": { + "cats": [ + 71 + ], + "description": "Admitad is an affiliate network that acts as an intermediary between advertisers and publishers.", + "icon": "Admitad.svg", + "js": { + "ADMITAD": "", + "admitad": "" + }, + "scripts": [ + "artfut\\.com/static/(?:tracking|crossdevice)\\.min\\.js", + "cdn\\.admitad\\.com" + ], + "website": "https://www.admitad.com" + }, "Adnegah": { "cats": [ 36 @@ -16808,6 +16824,20 @@ "scripts": "social9\\.com/.+\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1", "website": "https://social9.com" }, + "Sociomantic": { + "cats": [ + 77 + ], + "description": "Social9 is a social sharing widgets and plugins.", + "icon": "Social9.svg", + "pricing": [ + "poa", + "freemium" + ], + "saas": true, + "scripts": "social9\\.com/.+\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1", + "website": "https://social9.com" + }, "Socket.io": { "cats": [ 12 From 6cd98e449d58e2ed2789af81b0804006e3fc6a1e Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 12 Apr 2021 17:04:55 +0600 Subject: [PATCH 2/3] Delete Sociomantic --- src/technologies.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 2523aba32..63338c80a 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -16824,20 +16824,6 @@ "scripts": "social9\\.com/.+\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1", "website": "https://social9.com" }, - "Sociomantic": { - "cats": [ - 77 - ], - "description": "Social9 is a social sharing widgets and plugins.", - "icon": "Social9.svg", - "pricing": [ - "poa", - "freemium" - ], - "saas": true, - "scripts": "social9\\.com/.+\\.js(?:\\?ver=([\\d.]+))?\\;version:\\1", - "website": "https://social9.com" - }, "Socket.io": { "cats": [ 12 From b15c648aa4a00d4424e05ad0a7136d40507bacd9 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 12 Apr 2021 17:06:15 +0600 Subject: [PATCH 3/3] add pricing --- src/technologies.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies.json b/src/technologies.json index 63338c80a..9bddd4e65 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -842,6 +842,7 @@ "artfut\\.com/static/(?:tracking|crossdevice)\\.min\\.js", "cdn\\.admitad\\.com" ], + "pricing": ["payg"], "website": "https://www.admitad.com" }, "Adnegah": {