From b608f4a4063f82b3c4b70a065f6c3f06536d5d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D1=80=D1=85=D0=BE=D0=BC=D0=B5=D1=86=20=D0=9F?= =?UTF-8?q?=D0=B0=D0=B2=D0=B5=D0=BB?= Date: Sun, 19 Sep 2021 00:04:01 +0300 Subject: [PATCH 1/4] add vk.com pixel --- src/technologies/v.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/technologies/v.json b/src/technologies/v.json index 14c8ccfca..142ab6186 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -618,5 +618,15 @@ "generator": "vibecommerce" }, "website": "http://vibecommerce.com.br" + }, + "vk.com": { + "cats": [ + 1 + ], + "description": "vk.com is russian social network", + "html": "]*src=\"[^\"]*vk\\.com/rtrg?p=VK-RTRG-*", + "icon": "vk.svg", + "scripts": "vk\\.com/js/api/openapi\\.js", + "website": "https://vk.com/" } } From 54cdb12296da63d8c1664ea57b2d5d82ff0f2eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D1=80=D1=85=D0=BE=D0=BC=D0=B5=D1=86=20=D0=9F?= =?UTF-8?q?=D0=B0=D0=B2=D0=B5=D0=BB?= Date: Sun, 19 Sep 2021 00:12:47 +0300 Subject: [PATCH 2/4] add vk.com pixel --- src/drivers/webextension/images/icons/vk.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/drivers/webextension/images/icons/vk.svg diff --git a/src/drivers/webextension/images/icons/vk.svg b/src/drivers/webextension/images/icons/vk.svg new file mode 100644 index 000000000..43640c06c --- /dev/null +++ b/src/drivers/webextension/images/icons/vk.svg @@ -0,0 +1 @@ + \ No newline at end of file From de0993dd81a775021a6cf2539f09c7eae58015cd Mon Sep 17 00:00:00 2001 From: Pavel Parkhomets Date: Sun, 19 Sep 2021 01:42:51 +0300 Subject: [PATCH 3/4] Update v.json some remarks --- src/technologies/v.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index 142ab6186..bfdbc45ef 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -619,12 +619,12 @@ }, "website": "http://vibecommerce.com.br" }, - "vk.com": { + "VK Pixel": { "cats": [ 1 ], - "description": "vk.com is russian social network", - "html": "]*src=\"[^\"]*vk\\.com/rtrg?p=VK-RTRG-*", + "description": "VK is a Russian online social media and social networking service.", + "dom": "img[src*='vk.com/rtrg?p=VK-RTRG-']", "icon": "vk.svg", "scripts": "vk\\.com/js/api/openapi\\.js", "website": "https://vk.com/" From bce45b0a6bfd026c1146fb69ee1e176abc1d50a2 Mon Sep 17 00:00:00 2001 From: Pavel Parkhomets Date: Sun, 19 Sep 2021 02:59:23 +0300 Subject: [PATCH 4/4] Update v.json --- src/technologies/v.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/v.json b/src/technologies/v.json index bfdbc45ef..0d1b96caf 100644 --- a/src/technologies/v.json +++ b/src/technologies/v.json @@ -621,7 +621,7 @@ }, "VK Pixel": { "cats": [ - 1 + 10 ], "description": "VK is a Russian online social media and social networking service.", "dom": "img[src*='vk.com/rtrg?p=VK-RTRG-']",