From db0f9e357d83504ac1dd6fc94449c4628c3daf44 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Sat, 27 May 2023 16:25:21 +0530 Subject: [PATCH] Algolia Detection Improved & Version Detection added --- src/technologies/a.json | 74 +++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 36 deletions(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index 9e04cf3bf..084687a08 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -2253,6 +2253,7 @@ "_ALGOLIA": "" }, "description": "Algolia offers a hosted web search product delivering real-time results.", + "dom": "a[href*='algolia\\.com']", "headers": { "Content-Security-Policy": "\\.algolia" }, @@ -2263,6 +2264,7 @@ "__GLOBAL__.algolia": "", "__NEXT_DATA__.props.pageProps.appSettings.ALGOLIA_APP_ID": "", "__algolia": "", + "__algolia.algoliasearch.version": "^(.+)$\\;version:\\1", "algoliasearch.version": "^(.+)$\\;version:\\1" }, "pricing": [ @@ -3081,6 +3083,41 @@ "oss": true, "website": "https://animate.style" }, + "Aniview Ad Server": { + "cats": [ + 36 + ], + "description": "Aniview Ad Server is a technology developed by Aniview, a company that specialises in providing video advertising solutions. The Aniview Ad Server is a platform designed to manage and serve video ads to publishers, advertisers, and agencies.", + "dom": { + "link[href*='aniview.com']": { + "attributes": { + "href": "^(?!.*player).*aniview\\.com/" + } + } + }, + "icon": "Aniview.png", + "pricing": [ + "poa" + ], + "saas": true, + "scriptSrc": "^(?!.*player).*aniview\\.com/", + "website": "https://aniview.com/video-ad-servers/" + }, + "Aniview Video Ad Player": { + "cats": [ + 14 + ], + "description": "Aniview Video Ad Player is a video player technology developed by Aniview, a company that specialises in providing video advertising solutions.", + "dom": "link[href*='player.aniview.com']", + "icon": "Aniview.png", + "implies": "Aniview Ad Server", + "pricing": [ + "poa" + ], + "saas": true, + "scriptSrc": "player\\.aniview\\.com/script/([\\d\\.]+)/\\;version:\\1", + "website": "https://aniview.com/video-ad-player/" + }, "AnswerDash": { "cats": [ 5 @@ -4997,41 +5034,6 @@ "oss": true, "website": "https://animejs.com/" }, - "Aniview Ad Server": { - "cats": [ - 36 - ], - "description": "Aniview Ad Server is a technology developed by Aniview, a company that specialises in providing video advertising solutions. The Aniview Ad Server is a platform designed to manage and serve video ads to publishers, advertisers, and agencies.", - "icon": "Aniview.png", - "dom": { - "link[href*='aniview.com']": { - "attributes": { - "href": "^(?!.*player).*aniview\\.com/" - } - } - }, - "pricing": [ - "poa" - ], - "saas": true, - "scriptSrc": "^(?!.*player).*aniview\\.com/", - "website": "https://aniview.com/video-ad-servers/" - }, - "Aniview Video Ad Player": { - "cats": [ - 14 - ], - "description": "Aniview Video Ad Player is a video player technology developed by Aniview, a company that specialises in providing video advertising solutions.", - "icon": "Aniview.png", - "implies": "Aniview Ad Server", - "dom": "link[href*='player.aniview.com']", - "pricing": [ - "poa" - ], - "saas": true, - "scriptSrc": "player\\.aniview\\.com/script/([\\d\\.]+)/\\;version:\\1", - "website": "https://aniview.com/video-ad-player/" - }, "augmented-ui": { "cats": [ 66 @@ -5052,4 +5054,4 @@ "scriptSrc": "@tarekraafat/autocomplete\\.js@([\\d\\.]+)/\\;version:\\1", "website": "https://tarekraafat.github.io/autoComplete.js" } -} +} \ No newline at end of file