From 9cf723e2bdf5f6e1433c413577bbf7e83c81cf4e Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 18 Jan 2022 14:22:07 +0600 Subject: [PATCH 01/11] Update Aurelia / JS framework --- src/technologies/a.json | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/technologies/a.json b/src/technologies/a.json index 7e2b1e49c..08ff76503 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -3302,14 +3302,17 @@ "cats": [ 12 ], - "html": [ - "<[^>]+aurelia-app=[^>]", - "<[^>]+data-main=[^>]aurelia-bootstrapper", - "<[^>]+au-target-id=[^>]\\d" - ], + "description": "Aurelia is an open-source UI JavaScript framework designed to create single page applications.", "icon": "Aurelia.svg", - "scriptSrc": [ - "aurelia(?:\\.min)?\\.js" + "dom":"div[aurelia-app], body[aurelia-app], body[aurelia-app], a[au-target-id]", + "js": { + "_aureliaConfigureModuleLoader": "", + "localAurelia": "" + }, + "scriptSrc": "/aurelia[\\d\\w\\-\\.]+\\.js", + "oss": true, + "pricing": [ + "freemium" ], "website": "http://aurelia.io" }, From db762190a5425127242fbff0218d9a2a723ae4f3 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 18 Jan 2022 14:28:49 +0600 Subject: [PATCH 02/11] delete --- 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 08ff76503..66a106896 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -3304,7 +3304,7 @@ ], "description": "Aurelia is an open-source UI JavaScript framework designed to create single page applications.", "icon": "Aurelia.svg", - "dom":"div[aurelia-app], body[aurelia-app], body[aurelia-app], a[au-target-id]", + "dom":"div[aurelia-app], body[aurelia-app], a[au-target-id]", "js": { "_aureliaConfigureModuleLoader": "", "localAurelia": "" From bca9d8525637434162db688869e0378d4be3c34c Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 18 Jan 2022 15:41:47 +0600 Subject: [PATCH 03/11] Add Verifone / Payment processor, Update Avantgate / ecommerce --- src/drivers/webextension/images/icons/Verifone.svg | 4 ++++ src/technologies/a.json | 10 ++++++---- src/technologies/v.json | 14 ++++++++++++++ 3 files changed, 24 insertions(+), 4 deletions(-) create mode 100644 src/drivers/webextension/images/icons/Verifone.svg diff --git a/src/drivers/webextension/images/icons/Verifone.svg b/src/drivers/webextension/images/icons/Verifone.svg new file mode 100644 index 000000000..f15031f22 --- /dev/null +++ b/src/drivers/webextension/images/icons/Verifone.svg @@ -0,0 +1,4 @@ + + + + diff --git a/src/technologies/a.json b/src/technologies/a.json index 7e2b1e49c..424e48eaa 100644 --- a/src/technologies/a.json +++ b/src/technologies/a.json @@ -3401,14 +3401,16 @@ "cats": [ 6 ], - "html": "]* href=\"https?://edge\\.avangate\\.net/", + "description": "Avangate (2Checkout) is a digital ecommerce platform for businesses that sell physical goods or digital products.", "icon": "Avangate.svg", + "implies": "Verifone", "js": { - "__avng8_": "", - "avng8_": "" + "__avng8_callbacks": "", + "AvaCart.version": "(.+)\\;version:\\1", + "avaSlugify": "" }, "scriptSrc": "^https?://edge\\.avangate\\.net/", - "website": "http://avangate.com" + "website": "https://www.2checkout.com" }, "Avasize": { "cats": [ diff --git a/src/technologies/v.json b/src/technologies/v.json index bd9691431..04edbf165 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -256,6 +256,20 @@ "icon": "vercel.svg", "website": "https://vercel.com" }, + "Verifone": { + "cats": [ + 41 + ], + "description": "Verifone is an American multinational corporation headquartered in Coral Springs, Florida, that provides technology for electronic payment transactions and value-added services at the point-of-sale.", + "icon": "Verifone.svg", + "dom":"link[href*='.2checkout.com']", + "scripts": "2checkout\\.com", + "saas": true, + "pricing": [ + "payg" + ], + "website": "https://www.2checkout.com" + }, "VerifyPass": { "cats": [ 5, From 8d1afc390a00b3f1a0d2f66e1911824cf3f275b6 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 18 Jan 2022 23:25:49 +0600 Subject: [PATCH 04/11] Update Baidu Analytics / analytics --- src/technologies/b.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies/b.json b/src/technologies/b.json index b98fc18f7..f745e7870 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -115,8 +115,9 @@ "cats": [ 10 ], + "description": "Baidu Analytics (百度统计) is a free tool for tracking and reporting traffic data of users visiting your site.", "icon": "Baidu Tongji.png", - "scriptSrc": "hm\\.baidu\\.com/hm\\.js", + "scriptSrc": "hm\\.baidu\\.com/hm?\\.js", "website": "https://tongji.baidu.com/" }, "Bambuser": { From b11bc77b7f4e6ab84e738bf0a4ef37d0b8ccca49 Mon Sep 17 00:00:00 2001 From: nurbek Date: Tue, 18 Jan 2022 23:42:50 +0600 Subject: [PATCH 05/11] Add Baidu Maps / maps --- .../webextension/images/icons/Baidu Maps.png | Bin 0 -> 1310 bytes src/technologies/b.json | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Baidu Maps.png diff --git a/src/drivers/webextension/images/icons/Baidu Maps.png b/src/drivers/webextension/images/icons/Baidu Maps.png new file mode 100644 index 0000000000000000000000000000000000000000..b6afabc3fe58d4db9753c03ba7639ebdcbb5cf53 GIT binary patch literal 1310 zcmV+(1>yRMP)$BB4FYY(8L7^2@w&+C=-yFC}<7pn=zn1xIs)z zKoitz)DYy&L|+<7T7sp8v`%YjMW-|Ev@>@*{^yRJ>9jMwca+GNoSAd}`<;Kg=lthf zU=}#%w^KVzZH!-f4E&>eF^Yj6bnyQVuU<~$Gl&Y?j5^oQ|2dQiJ~0U-#sSL$7A*qv zcu*!t0hTHBv(NPu&S8Gl3A6JXSY2HtU^%&T^Ge9;*F%12gIjGuYCA**2C38N#O6c8 z&|caL{>!Nac~a}GQ1^F$)z!fTdV~YqiDesqVjK9#2;6`*UIovQPr<@rC+e^S7cky^ z&$V#@{#y*jfp^?c6-NiGp3^YD{eGTYe)M6mrPr05XCD0=JT?R;I67b+`=Y2^Zf~bl zFR*kZi5&k9|JebnKfgm+I0SW96rMvLg57YvEmNY;L%OXk+kfgwNNZN-`20+-lX__}0Z2yEF>@WDa5&wuTOeBZsWx_f}i$}Ax@1!+Y~HdFQWg>xw*PH@bC+}4`w z>jw_PI@v$J~ajHfeqkef1n(Q zO6Wa#+=({om;qK%0ridjcD;9RoxyYXBUe;cl~7uB3zVJD!7bDm_t@q5k~tutY}*Ru zneEOz;>epe!Yy1oU@PD8G~~^j7I?nh=9Gi791u|V>;}8(#(8r2o^=#`dB*>h1NH)Y z^L4=I%Zuu2sU*8!BLxnKUFg&V3dRi)$d5geQzAb|x1dO5!8xTGi^t=S!cG>2!LY5s?LB5p3C)64qT0%2{7PRoeZ7fk+qi&#)>*2NtUr;)@@hW< zN*zWrrzk>mo~}t;K!U{(RvQuU*8ao>;?qs0qIOd#fnvr*gje`w2>U6+#L1x~Nyq%=Lu^LSpVW6VnY~6!GM9-OdgoPYmZEi@Kx$`4fs$!Y z1@7ATHP{^GA8+=ctvP!e8rKKxmJb|sl`^AE!8Mv#Q8BzjGCZi%#5ql#k95z%0_IMhR3S{)d#ED%G`bKZ?rWk Ul Date: Tue, 18 Jan 2022 23:47:29 +0600 Subject: [PATCH 06/11] updates --- src/technologies/b.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies/b.json b/src/technologies/b.json index 5c16d0da7..743dbf1ec 100644 --- a/src/technologies/b.json +++ b/src/technologies/b.json @@ -126,7 +126,8 @@ "description": "Baidu Maps is a desktop and mobile web mapping service application and technology provided by Baidu, offering satellite imagery, street maps, street view and indoor view perspectives, as well as functions such as a route planner for traveling by foot, car, or with public transportation.", "icon": "Baidu Maps.png", "js": { - "BMAP_API_VERSION": "(.+)\\;version:\\1" + "BMAP_API_VERSION": "(.+)\\;version:\\1", + "bmap.version": "(.+)\\;version:\\1" }, "website": "https://map.baidu.com" }, From 5152cdf087831aa85119c0efe9ddaed436828795 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 19 Jan 2022 00:42:47 +0600 Subject: [PATCH 07/11] Add Naver Analytics / analytics --- src/drivers/webextension/images/icons/Naver.svg | 3 +++ src/technologies/n.json | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Naver.svg diff --git a/src/drivers/webextension/images/icons/Naver.svg b/src/drivers/webextension/images/icons/Naver.svg new file mode 100644 index 000000000..10971b657 --- /dev/null +++ b/src/drivers/webextension/images/icons/Naver.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/n.json b/src/technologies/n.json index 4d69a1213..5592d2387 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -133,6 +133,15 @@ ], "website": "https://www.nativo.com" }, + "Naver Analytics": { + "cats": [ + 10 + ], + "description": "Naver Analytics is a Korean based analytics service.", + "icon": "Naver.svg", + "scriptSrc": "wcs\\.naver\\.net/wcslog\\.js", + "website": "https://analytics.naver.com" + }, "Navegg": { "cats": [ 10 From 26b01dd42f5a3443bff2ea603c99f4d81c1bdda4 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 19 Jan 2022 00:52:00 +0600 Subject: [PATCH 08/11] Add Naver Maps / maps --- src/drivers/webextension/images/icons/Naver.svg | 3 +++ src/technologies/n.json | 17 +++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Naver.svg diff --git a/src/drivers/webextension/images/icons/Naver.svg b/src/drivers/webextension/images/icons/Naver.svg new file mode 100644 index 000000000..10971b657 --- /dev/null +++ b/src/drivers/webextension/images/icons/Naver.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/n.json b/src/technologies/n.json index 4d69a1213..0b296c4ff 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -141,6 +141,23 @@ "scriptSrc": "tag\\.navdmp\\.com", "website": "https://www.navegg.com/" }, + "Naver Maps": { + "cats": [ + 35 + ], + "description": "Naver Maps help develop location-based services which provided by Naver.", + "icon": "Navegg.png", + "js": { + "naver.maps": "" + }, + "scriptSrc": "openapi\\.map\\.naver\\.com/openapi/v([\\d\\.]+)\\;version:\\1", + "saas": true, + "pricing": [ + "freemium", + "payg" + ], + "website": "https://www.ncloud.com/product/applicationService/maps" + }, "Neos CMS": { "cats": [ 1 From 49796662c45f6cf3e0b0a6aa57cd7cb830098ff1 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 19 Jan 2022 00:58:49 +0600 Subject: [PATCH 09/11] fix issue --- src/technologies/n.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/n.json b/src/technologies/n.json index 0b296c4ff..180248dd3 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -146,7 +146,7 @@ 35 ], "description": "Naver Maps help develop location-based services which provided by Naver.", - "icon": "Navegg.png", + "icon": "Naver.svg", "js": { "naver.maps": "" }, From 723318502b7534201b4e486468a27f453178f507 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 19 Jan 2022 01:00:06 +0600 Subject: [PATCH 10/11] change order --- src/technologies/n.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/technologies/n.json b/src/technologies/n.json index 5592d2387..5962d741d 100644 --- a/src/technologies/n.json +++ b/src/technologies/n.json @@ -133,6 +133,14 @@ ], "website": "https://www.nativo.com" }, + "Navegg": { + "cats": [ + 10 + ], + "icon": "Navegg.png", + "scriptSrc": "tag\\.navdmp\\.com", + "website": "https://www.navegg.com/" + }, "Naver Analytics": { "cats": [ 10 @@ -142,14 +150,6 @@ "scriptSrc": "wcs\\.naver\\.net/wcslog\\.js", "website": "https://analytics.naver.com" }, - "Navegg": { - "cats": [ - 10 - ], - "icon": "Navegg.png", - "scriptSrc": "tag\\.navdmp\\.com", - "website": "https://www.navegg.com/" - }, "Neos CMS": { "cats": [ 1 From 55c0f30a04d89682012be82844297f6ce215873c Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 20 Jan 2022 00:22:22 +0600 Subject: [PATCH 11/11] Add Umbraco / CMS --- .../webextension/images/icons/Umbraco.png | Bin 671 -> 1712 bytes src/technologies/u.json | 17 +++++++++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/drivers/webextension/images/icons/Umbraco.png b/src/drivers/webextension/images/icons/Umbraco.png index 00e8c3c031ceedbbf95aed85d1a45b5eb2895b79..abe54dc1bc41d1e451711933995eec99cd4b588f 100644 GIT binary patch delta 1707 zcmV;c22}Z<1+Wc}8Gi-<0047(dh`GQ010qNS#tmY3ljhU3ljkVnw%H_0004VQb$4n zuFf3k00004XF*Lt006O%3;baP000I>NklcgH5`UooC)g0e!t96&5@Pl#<+O1X{H!1&bot=HtzvcxC`GCpzAZ8s{}6yR zN*T%r5L_t*$q-rufHFyd^&zjrTsnKt9)J0kw${uF?A}dRpI-4Km}wuQ;6_jmBrAAY zMF>YB#!(>yA9Wtz_)DS^EME3*8aVsZ1~5EdfDBbD>3>l8ucV~Dl@rbz3ctGE{pRb7 zds3( zqgRv+MSmyj__0G0Y+HbovkyWk!)rBe*`uYy3ujkmdg#O!pckD|uAUDV3 z@_&pYMNJB39hK5qmB>V!Q7b@cSm3?;=Hjp%S_BnY!XW0a3;?C3bdXT^FTLPEbs&jpfX<3R6tA+DLAq2XYhMIy5hhFKT7 zfS;R=!Jn9Vp$LpFEl-DZ3?z{RBx?ZEQNMU$x;xf9`frcLxiqp({IO0-WuOgxVSmRd zfIioYu6Mfy3l^37V8`3bp#XtNMo>~KBQUw$3!ioB=~OEyNQE8mEQcce*L3ao5x8^L zABm$_66hGajT6ed2$(lPj+e(~gJCc@(tH!jO4A_4%VFaS#Za>{8?Ia(g1di>!zk8< ziQLw^({ZvO*9(;u^C2%cjG+F2gMTpGhpvwAYY0KZQ|qP-jCFG>&(}XT;6H=GScY0f zgTXW?G@tB;%nT1~-?r3!m$x9ry^^J`5B9*}qrG6635^w@QpjM(VBg3eu3c8HKU8Ir zc}K8sD~^pcZ4vE5T@f1_ilFTAG|0*HLP`op3z2AGX_VCS0s#RJ1_RL3`+pExP7c6N z7w&<=dv|J z#G@t_KyrimLz~-AVS5hY_B=*SqRyXayd*`i3EQ(CbO+28QDQiFyCH>WYHytso}hr% zfvC>9i$4%yZ(+>*UYm@N*z#PcTdR~^JaIVH zeZF!}JyC(~GZxt(`Wp|Y;uPk`zH{k;Ut!jV(*&x2 z%Z@M^B-HFeY(Ec<-6X*kzibwJ2Tp$Z-1tnq{{brf)aRDJMWX-!002ovPDHLkV1m0& B9a8`R literal 671 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy4+DHcT!HlGd__vo|NsAi+P}?8 z`SCWM>1&7Q=K|%g9UlMw z{Q6w1{&iv)*CVrjpeMyjg8YIRSR`a*)wJ9~x_hS2*mCyn%Qqjt{{82%Z~IaP2F7qt z7srr_xZdFBd7B*sZ2m|dmp6N0#lGYFz3TF+%Kz+Lo2(A2vP}HBS^4Y&+qCkT+^)Uq zJwA5x4JQ?bCfXhOQqsr$#eUXTasP^y=Jp*gxPmVq(fhXZg=AOyZzq+tn=GD& zR~&x$N^%|h9#M_U7T%LSOGXrMazB{rF-bCHenV%@3b6berJ?F]+umbraco", - "icon": "Umbraco.png", - "implies": "Microsoft ASP.NET", "js": { "UC_IMAGE_SERVICE|ITEM_INFO_SERVICE": "", "UC_ITEM_INFO_SERVICE": "", @@ -210,7 +210,16 @@ "meta": { "generator": "umbraco" }, + "scripts": "/Umbraco/Api/", "url": "/umbraco/login\\.aspx(?:$|\\?)", + "xhr": "/umbraco/api/", + "oss": true, + "saas": true, + "pricing": [ + "freemium", + "recurring", + "low" + ], "website": "http://umbraco.com" }, "Unbounce": {