From 483a1c92d9e98ec67980d0e43512ff4a8075d5f3 Mon Sep 17 00:00:00 2001 From: q-- Date: Fri, 25 Oct 2019 15:03:37 +0200 Subject: [PATCH] Improve webtrekk detection The variable `webtrekk` is only present on a few websites, it seems. Adding a bunch of other Webtrekk variables to improve detection --- src/apps.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 7097b0faf..484a5d85d 100644 --- a/src/apps.json +++ b/src/apps.json @@ -11580,7 +11580,15 @@ ], "icon": "Webtrekk.png", "js": { - "webtrekk": "" + "webtrekk": "", + "webtrekkConfig": "", + "webtrekkHeatmapObjects": "", + "webtrekkLinktrackObjects": "", + "webtrekkUnloadObjects": "", + "webtrekkV3": "", + "WebtrekkV3": "", + "wt_tt": "", + "wt_ttv2": "" }, "website": "http://www.webtrekk.com" },