From 2dde66817d2631823da791fcf0b75c0f7355e5c9 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 19 Jun 2021 23:58:07 +0600 Subject: [PATCH] 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": "" },