From 143425674d02e33fd64f1c26542b22c1b8fc8f43 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 29 Nov 2022 14:59:19 +0700 Subject: [PATCH 1/2] 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 +} From 395c83571afb0c031dd0b1aaae3a0f82b3e64405 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 30 Nov 2022 23:55:14 +0700 Subject: [PATCH 2/2] apply code review --- src/technologies/t.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/technologies/t.json b/src/technologies/t.json index 656e8c130..639771422 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -534,7 +534,8 @@ ], "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/'" + "iframe[data-tally-src^='https://tally.so/embed/'", + "a[href*='//tally.so/r/']" ], "icon": "Tally.svg", "js": { @@ -546,7 +547,7 @@ "recurring" ], "saas": true, - "scriptSrc": "tally\\.so/widgets/embed\\.js", + "scriptSrc": "//tally\\.so/", "website": "https://tally.so/" }, "Tamago": {