From 922c1e59bd3398d028a6de72fd6614da0cd50d6c Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 19 Jun 2021 22:01:35 +0600 Subject: [PATCH 1/2] Add Ko-fi / Widget , payment processor --- .../webextension/images/icons/Ko-fi.svg | 12 +++++++++++ src/technologies.json | 20 +++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Ko-fi.svg diff --git a/src/drivers/webextension/images/icons/Ko-fi.svg b/src/drivers/webextension/images/icons/Ko-fi.svg new file mode 100644 index 000000000..efde70512 --- /dev/null +++ b/src/drivers/webextension/images/icons/Ko-fi.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/src/technologies.json b/src/technologies.json index ec54b63bd..c99297094 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -10379,6 +10379,26 @@ }, "website": "https://www.kobimaster.com.tr" }, + "Ko-fi": { + "cats": [ + 5, + 41 + ], + "description": "Ko-fi is an online platform that helps content creators get the financial support.", + "icon": "Ko-fi.svg", + "dom": "a[href*='ko-fi.com/']", + "js": { + "kofiwidget2": "" + }, + "scripts": "ko-fi\\.com/widgets", + "saas": true, + "pricing": [ + "freemium", + "low", + "recurring" + ], + "website": "https://ko-fi.com" + }, "Koha": { "cats": [ 50 From 2dde66817d2631823da791fcf0b75c0f7355e5c9 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 19 Jun 2021 23:58:07 +0600 Subject: [PATCH 2/2] update dom --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index c99297094..caed963cd 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -10386,7 +10386,7 @@ ], "description": "Ko-fi is an online platform that helps content creators get the financial support.", "icon": "Ko-fi.svg", - "dom": "a[href*='ko-fi.com/']", + "dom": "a[href*='ko-fi.com/'][target='_blank']", "js": { "kofiwidget2": "" },