From 241853e10d368d8489aa891e245d040ff2cf6c6b Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Mon, 9 Nov 2020 07:57:57 +1100 Subject: [PATCH] Minor fixes --- src/technologies.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 348516501..a69d18112 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -13969,6 +13969,9 @@ ], "description": "Tawk.to is a free messaging app to monitor and chat with the visitors to a website, mobile app.", "icon": "TawkTo.png", + "cookies": { + "TawkConnectionTime": "" + }, "scripts": "//embed\\.tawk\\.to", "website": "http://tawk.to" }, @@ -14144,17 +14147,17 @@ ], "description": "Thefork is a restaurant booking, managing system.", "icon": "Thefork.svg", - "dom": { - "iframe[data-src*='lafourchette']": { + "dom": { + "iframe[data-src*='lafourchette']": { "attributes": { "data-src": "module\\.lafourchette.\\w+" - } + } }, - "iframe[src*='lafourchette']": { + "iframe[src*='lafourchette']": { "attributes": { "src": "module\\.lafourchette.\\w+" - } - } + } + } }, "website": "https://www.thefork.com" },