From 3baf7e5261eea41dd192fcbf0f43840354404283 Mon Sep 17 00:00:00 2001 From: Luiz Gustavo Date: Thu, 29 Oct 2020 16:16:25 -0300 Subject: [PATCH 1/4] Update JET NEO Detection --- src/technologies.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index b5639630e..c35452242 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -9093,11 +9093,20 @@ "cats": [ 6 ], + "cookies": { + "SessionIdCookie": "" + }, + "description": "NEO is an ecommerce software that manages multiple online stores.", "headers": { "powered": "jet-neo" }, - "icon": "Plataforma NEO.svg", - "website": "http://www.jetecommerce.com.br/" + "html": [ + "]*href=\"[^/]*//[^/]*plataformaneo\\.com", + "]*src=\"[^/]*//[^/]*plataformaneo\\.com" + ], + "icon": "plataforma_neo.svg", + "url": "(^|^[^:]+:\/\/|[^\\.]+\\.)plataformaneo\\.com", + "website": "https://www.jetecommerce.com.br" }, "NVD3": { "cats": [ From dfbe42a20fb3ed4d675f1a5a607db71d41cfac0b Mon Sep 17 00:00:00 2001 From: Luiz Gustavo Date: Thu, 29 Oct 2020 16:26:29 -0300 Subject: [PATCH 2/4] Update JET NEO icon --- .../webextension/images/icons/plataforma_neo.svg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/drivers/webextension/images/icons/plataforma_neo.svg diff --git a/src/drivers/webextension/images/icons/plataforma_neo.svg b/src/drivers/webextension/images/icons/plataforma_neo.svg new file mode 100644 index 000000000..0ee49c016 --- /dev/null +++ b/src/drivers/webextension/images/icons/plataforma_neo.svg @@ -0,0 +1,13 @@ + + + + + + From 000f459da3eb114d95c70376675ecae9fe28d17c Mon Sep 17 00:00:00 2001 From: Luiz Gustavo Date: Sat, 31 Oct 2020 21:47:35 -0300 Subject: [PATCH 3/4] change url detection --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index c35452242..0357413ab 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -9105,7 +9105,7 @@ "]*src=\"[^/]*//[^/]*plataformaneo\\.com" ], "icon": "plataforma_neo.svg", - "url": "(^|^[^:]+:\/\/|[^\\.]+\\.)plataformaneo\\.com", + "url": "\\.plataformaneo\\.com", "website": "https://www.jetecommerce.com.br" }, "NVD3": { From 4eab0958ce4a3c28a8668b9a59e66342eec45369 Mon Sep 17 00:00:00 2001 From: Luiz Gustavo Date: Sun, 8 Nov 2020 18:51:59 -0300 Subject: [PATCH 4/4] dom identification --- src/technologies.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 0357413ab..b46e84505 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -9100,10 +9100,11 @@ "headers": { "powered": "jet-neo" }, - "html": [ - "]*href=\"[^/]*//[^/]*plataformaneo\\.com", - "]*src=\"[^/]*//[^/]*plataformaneo\\.com" - ], + "dom": { + "#svr[value^=\"NEOWEBV\"]": { + "text": "" + } + }, "icon": "plataforma_neo.svg", "url": "\\.plataformaneo\\.com", "website": "https://www.jetecommerce.com.br"