From 7e9bd09185defe5ff4a66b08978ae01e90c786c0 Mon Sep 17 00:00:00 2001 From: bebbo Date: Fri, 25 Nov 2022 11:32:48 +1100 Subject: [PATCH 1/7] added australian call tracking providers --- src/technologies/a.json | 16 +++++++++++++++- src/technologies/d.json | 14 ++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index 24a0987d7..0f8c0fcb2 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -4192,6 +4192,20 @@ "scriptSrc": "^https?://edge\\.avangate\\.net/", "website": "https://www.2checkout.com" }, + "Avanser": { + "cats": [ + 10 + ], + "description": "Maximise Your Call Value With Call Tracking, Insights Solutions. Track Every Call, Enable Your Business to Make Better-informed Decisions. Avanser is a mediocre call tracking provider.", + "icon": "Avanser.png", + "pricing": [ + "payg", + "recurring" + ], + "saas": true, + "scriptSrc": "analytics.avanser.com.au", + "website": "https://www.avanser.com" + }, "Avasize": { "cats": [ 5 @@ -4603,4 +4617,4 @@ "scriptSrc": "@tarekraafat/autocomplete\\.js@([\\d\\.]+)/\\;version:\\1", "website": "https://tarekraafat.github.io/autoComplete.js" } -} \ No newline at end of file +} diff --git a/src/technologies/d.json b/src/technologies/d.json index 8fe409521..e31190e26 100644 --- a/src/technologies/d.json +++ b/src/technologies/d.json @@ -491,6 +491,20 @@ "scriptSrc": "dedeajax", "website": "http://dedecms.com" }, + "Delacon": { + "cats": [ + 10 + ], + "description": "We help our clients understand their CPA so they can optimise and save money. Trust Brand. Trusted, toll free numbers, book a demonstration today. Not the best integrations nor reporting.", + "icon": "Delacon.png", + "pricing": [ + "payg", + "recurring" + ], + "saas": true, + "scriptSrc": "plavxml.com", + "website": "https://www.delacon.com.au" + }, "Delivengo": { "cats": [ 99 From c7fc068ca7b9f83c224942a09997028cc824924c Mon Sep 17 00:00:00 2001 From: bebbo Date: Fri, 25 Nov 2022 11:56:19 +1100 Subject: [PATCH 2/7] fixed avanser source script --- src/technologies/a.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index 0f8c0fcb2..db69fbd85 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -4203,7 +4203,7 @@ "recurring" ], "saas": true, - "scriptSrc": "analytics.avanser.com.au", + "scriptSrc": "adriano-(?:/[a-z]+).avanser.com", "website": "https://www.avanser.com" }, "Avasize": { From 10fae4b6646c2ae575065b8d2464c3ce35c16a60 Mon Sep 17 00:00:00 2001 From: bebbo Date: Fri, 25 Nov 2022 19:01:32 +1100 Subject: [PATCH 3/7] change the regex to detect, working correctly now --- src/technologies/a.json | 2 +- src/technologies/d.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index db69fbd85..c4be0ab92 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -4203,7 +4203,7 @@ "recurring" ], "saas": true, - "scriptSrc": "adriano-(?:/[a-z]+).avanser.com", + "scriptSrc": "avanser\\.com/(aa|static)", "website": "https://www.avanser.com" }, "Avasize": { diff --git a/src/technologies/d.json b/src/technologies/d.json index e31190e26..c1c7d15f1 100644 --- a/src/technologies/d.json +++ b/src/technologies/d.json @@ -502,7 +502,7 @@ "recurring" ], "saas": true, - "scriptSrc": "plavxml.com", + "scriptSrc": "plavxml\\.com", "website": "https://www.delacon.com.au" }, "Delivengo": { From 5805e0383fe7f3fbf59841aea551aa8b818ec3bd Mon Sep 17 00:00:00 2001 From: bebbo Date: Mon, 28 Nov 2022 12:57:52 +1100 Subject: [PATCH 4/7] updated based on @urbek91 comments --- ...0115-6bbcb9c1-c609-4490-9daa-4e2e108a49fe.svg | 6 ++++++ .../webextension/images/icons/Avanser.svg | 6 ++++++ .../webextension/images/icons/Delacon.png | Bin 0 -> 2562 bytes src/technologies/a.json | 10 +++++++--- src/technologies/d.json | 7 +++++-- 5 files changed, 24 insertions(+), 5 deletions(-) create mode 100644 src/drivers/webextension/images/icons/204000115-6bbcb9c1-c609-4490-9daa-4e2e108a49fe.svg create mode 100644 src/drivers/webextension/images/icons/Avanser.svg create mode 100644 src/drivers/webextension/images/icons/Delacon.png diff --git a/src/drivers/webextension/images/icons/204000115-6bbcb9c1-c609-4490-9daa-4e2e108a49fe.svg b/src/drivers/webextension/images/icons/204000115-6bbcb9c1-c609-4490-9daa-4e2e108a49fe.svg new file mode 100644 index 000000000..87c0bd969 --- /dev/null +++ b/src/drivers/webextension/images/icons/204000115-6bbcb9c1-c609-4490-9daa-4e2e108a49fe.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/drivers/webextension/images/icons/Avanser.svg b/src/drivers/webextension/images/icons/Avanser.svg new file mode 100644 index 000000000..87c0bd969 --- /dev/null +++ b/src/drivers/webextension/images/icons/Avanser.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/drivers/webextension/images/icons/Delacon.png b/src/drivers/webextension/images/icons/Delacon.png new file mode 100644 index 0000000000000000000000000000000000000000..1fd2f477f9f2a6782275e5cc6f3850fb547e7c04 GIT binary patch literal 2562 zcmZ`*X*kr27ydCb42EpUWiXjSgkfaMGBh(tM9gHV>}5%q##n9`Tb2o->}$CqT*MGU zvNt7hEg7;+mK3sN=ei&NAO6o--t)Zg^Pcnd#95dd@p6lC0|3BlVvN0ZjEMgV%5mK9 z2M2E)1Ne@CnE?P)C-Lk%LH-k6jIWsiK(Gt|P@@1~_n4wC0DwOV0KPi{fOZA|obt_S zwA48kIGjz5u)xuOQPBJ%^_bx#o0#D^zk!9=KN*N!|{`1q9val#40=9GV!_J+Ldh=T!$M(wU>Avi^ z?(+cMpkqVuwJ=Mk-wI&U!7wFz+4c-3LBz7nI-1`B%XDPbJ7pFkr12(UvQ`;T_?)n9xVga zUTFoliqSn45tNQC#{JyTjr_DWkhY^g;Q0w_0&uK`6Qi^r?eHU4PPXiKogRGB0`C5U z>jBITkEqqx3S-rS&d4-JnuV$x|mr* zIi;gM#6p)x)A+4oQd;FW($+^1--q9HVxLav-T7-0WePU~?ceYNUcidpHZ zX@$Jg>@%#dyXWG%_?;pK%S%wvth6JdbIhTo1viG z;U`nLTLR`8R_hc0KFRNLtzMtzt+pT z>{y+|75&^CluqRQWOQ<7T&v&{_s_o6Fl{^MpHQQ$%RwDuSbFEfFOnss zlMrjx4}L2!y+gmkuzb&UGeqlUZ1v`Bmeu8cluCg~62AOM0=C^t5IrBq8&k}7vnMD( zRu-l&HDoE1n@O~(4pucby~`Rk(vuje+e^vV;IkumWEGD;UO9C(4^Z!zC!Vivn?ggG z7P(H+FK&z7;XPbiw2V&Y!}_u7Erk3TA0QE7~UV4=!vh?Di?47@o$wT0%~#z{UAcB8(qoY~e+xhxgG27Cp~ zy~KX4^LuVlHz1t_RO2wLde^)X4KZLvaOecLb-|oP>$&lY!`+-a0P2X5-Sj1Q#r#h&)D%2iEi4_5g^7nk+Wgu03c+{JJb7M`3HdnvEjXiJKEr2WKo$wv9D7Alo1+aq z7XW3kkpe@(Lv~N3xrFz9y(T$X)>AwKwmoyev)CdttM}fKNH2a3klN#QZPUIo{DPys zXM5+CMc7JDIhwK>gXEdo->P6m9%q zU-fRIp42L*QeFmgdr!tr-!?BPBZeyXaw|@}+*IlHcSf;;PxpK{xm(5O;mExkCr6u) zBoRO8w8`wojR=p}z|UdUeIlRI!oOZc)T(HOox$H%j1@nBQX`NtW?93c>5I&CXuDY) z2t77r*>1j?7fF;$T_A+%bFAu3ar7Coh*+gA6()3kLMXq69OAfj*d2}{!(FR2$x`dS{=6~V#i{#5E-%xF%$l4hTE|K3@fs>36nE+ZaS=QX?ihZC2uED=J8 zh`#+FKm4MH4;plFR>P?kx1!?$5^0+HY?rIl`9!UkI@bdVDR)Q%?v|6SUvnZ*1ZUtHc@ z#+*Y8oJjsG_kycYqJ({-@bAGXS!WSKj%zBi^a|Xiaawa8IUwP5hw1y>hjR6&%ToU0 zLBd&9RES3KreReJEhCRTGW-xB5&ovm(04=Vk0~oh#RX6LS3bXpP||0c7PBKzw89r1 zzqgm*#~;jDGR}tV>O^+ab|JYP1E7jhRZ&E#DXM5$qg1ukjuWkLJfKi6V*ufQ4BkGj z9=C)3zdct>PM85dw-Sj z!Q|UD0EFaGa^Vp|3Yn$~gM<)Rs#?1%2w7u|V2u9L)A6AL-oeSB8W&tv0=}OTAg>u- RczS#SFu|E)|2A}t_!p Date: Mon, 28 Nov 2022 12:58:19 +1100 Subject: [PATCH 5/7] cleanup --- .../204000115-6bbcb9c1-c609-4490-9daa-4e2e108a49fe.svg | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/drivers/webextension/images/icons/204000115-6bbcb9c1-c609-4490-9daa-4e2e108a49fe.svg diff --git a/src/drivers/webextension/images/icons/204000115-6bbcb9c1-c609-4490-9daa-4e2e108a49fe.svg b/src/drivers/webextension/images/icons/204000115-6bbcb9c1-c609-4490-9daa-4e2e108a49fe.svg deleted file mode 100644 index 87c0bd969..000000000 --- a/src/drivers/webextension/images/icons/204000115-6bbcb9c1-c609-4490-9daa-4e2e108a49fe.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - From 677c64975d897d456418335c9f86f9a8f21f85c7 Mon Sep 17 00:00:00 2001 From: bebbo Date: Mon, 28 Nov 2022 13:54:41 +1100 Subject: [PATCH 6/7] fix VTEX dom selector --- src/technologies/v.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index 3dc0a65c6..80940f217 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -87,7 +87,7 @@ "vtex_session": "" }, "description": "VTEX is an ecommerce software that manages multiple online stores.", - "dom":"link[href*='.vteximg.com.br], source[srcset*='.vteximg.com.br']", + "dom":"link[href*='.vteximg.com.br'], source[srcset*='.vteximg.com.br']", "headers": { "Server": "^VTEX IO$", "powered": "vtex" @@ -1118,4 +1118,4 @@ "requires": "Vue.js", "website": "https://vxetable.cn" } -} \ No newline at end of file +} From 293ba095986a12d2beeffc8099fc738e5d58b019 Mon Sep 17 00:00:00 2001 From: bebbo Date: Mon, 28 Nov 2022 15:30:50 +1100 Subject: [PATCH 7/7] fixed d.json --- src/technologies/d.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/d.json b/src/technologies/d.json index 1eeef31cd..9ae6e0bc9 100644 --- a/src/technologies/d.json +++ b/src/technologies/d.json @@ -495,7 +495,7 @@ "cats": [ 10 ], - "description": "description": "Delacon provides Australian businesses with Call Tracking, Call Management and Speech Analytics solutions.", + "description": "Delacon provides Australian businesses with Call Tracking, Call Management and Speech Analytics solutions.", "icon": "Delacon.png", "pricing": [ "payg",