From 143425674d02e33fd64f1c26542b22c1b8fc8f43 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 29 Nov 2022 14:59:19 +0700 Subject: [PATCH] Add Tally Detection --- .../webextension/images/icons/Tally.svg | 19 +++++++++++++++ src/technologies/t.json | 23 ++++++++++++++++++- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/Tally.svg diff --git a/src/drivers/webextension/images/icons/Tally.svg b/src/drivers/webextension/images/icons/Tally.svg new file mode 100644 index 000000000..f3eb5b81c --- /dev/null +++ b/src/drivers/webextension/images/icons/Tally.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/t.json b/src/technologies/t.json index 21d06673d..656e8c130 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -528,6 +528,27 @@ "saas": true, "website": "https://tallentor.com" }, + "Tally": { + "cats": [ + 73 + ], + "description": "Tally is the simplest way to create free forms & surveys. Create any type of form in seconds, without knowing how to code, and for free.", + "dom": [ + "iframe[data-tally-src^='https://tally.so/embed/'" + ], + "icon": "Tally.svg", + "js": { + "Tally": "" + }, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "saas": true, + "scriptSrc": "tally\\.so/widgets/embed\\.js", + "website": "https://tally.so/" + }, "Tamago": { "cats": [ 5 @@ -3271,4 +3292,4 @@ "implies": "Node.js", "website": "https://totaljs.com" } -} \ No newline at end of file +}