From 7276612be5218b3c48ecd156e40fff7e961ccddc Mon Sep 17 00:00:00 2001 From: Rafal Olszewski Date: Mon, 10 Jul 2017 15:21:10 +0200 Subject: [PATCH 1/2] Added UserEngage app --- src/apps.json | 9 +++++++++ src/icons/UserEngage.png | Bin 0 -> 432 bytes 2 files changed, 9 insertions(+) create mode 100644 src/icons/UserEngage.png diff --git a/src/apps.json b/src/apps.json index 085251734..e8549de22 100755 --- a/src/apps.json +++ b/src/apps.json @@ -8400,6 +8400,15 @@ "icon": "Usabilla.svg", "website": "http://usabilla.com" }, + "UserEngage": { + "cats": [ + "10" + ], + "env": "^UserEngage$", + "icon": "UserEngage.png", + "script": "(?:https:\\/\\/widget\\.userengage\\.com\\/widget\\.js)", + "website": "https://userengage.com" + }, "UserLike": { "cats": [ "52" diff --git a/src/icons/UserEngage.png b/src/icons/UserEngage.png new file mode 100644 index 0000000000000000000000000000000000000000..49f2d16afc3e4fd4a3b03692c0064c1373f9888d GIT binary patch literal 432 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE3?yBabR7dy`2jv5u0ENC4BZcjLI3~%2Px}% zSbg~Y^|!zHrap07^NOke@vp!C12(*#bLq4C{O8$w-aY^FM{3s7ufP9UE`NFE#m_aj zzHYnst^3r+{g1xSy7)OxbjBp0)qEvEe!&dSb)_B!dH)TK^ZK=Oe@OP<7@*7}PZ!4! zi_=#pX9_hd@U-S`y_#p(ZqE|+2v_Xn+0SGESOSTaRx x+kthLQ{QcAyXV%zxA)$gi*9^({|5gls6W%E;%FA_H3#Th22WQ%mvv4FO#tlD%6b3* literal 0 HcmV?d00001 From 18bd5e8a435cb84d12acf6b70469f22df5785fc4 Mon Sep 17 00:00:00 2001 From: Rafal Olszewski Date: Mon, 10 Jul 2017 15:23:35 +0200 Subject: [PATCH 2/2] Got rid of the unwanted script regex --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index e8549de22..a33ba363b 100755 --- a/src/apps.json +++ b/src/apps.json @@ -8406,7 +8406,7 @@ ], "env": "^UserEngage$", "icon": "UserEngage.png", - "script": "(?:https:\\/\\/widget\\.userengage\\.com\\/widget\\.js)", + "html": "]+/id=\"ue_widget\"", "website": "https://userengage.com" }, "UserLike": {