From 0e90d7c60a8c78c0dac3ddddc28fc57aabac574f Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Wed, 11 Jan 2023 14:49:05 +0530 Subject: [PATCH 1/2] Pocket Trace Added --- src/categories.json | 6 +++--- src/drivers/webextension/images/icons/pocket.svg | 2 ++ src/technologies/p.json | 14 ++++++++++++-- 3 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 src/drivers/webextension/images/icons/pocket.svg diff --git a/src/categories.json b/src/categories.json index 3fe8a592d..467e0e775 100644 --- a/src/categories.json +++ b/src/categories.json @@ -756,12 +756,12 @@ ], "name": "Domain parking", "priority": 9 - }, - "110": { + }, + "110": { "groups": [ 8 ], "name": "Form Builders", "priority": 8 } -} +} \ No newline at end of file diff --git a/src/drivers/webextension/images/icons/pocket.svg b/src/drivers/webextension/images/icons/pocket.svg new file mode 100644 index 000000000..b3fc8cb99 --- /dev/null +++ b/src/drivers/webextension/images/icons/pocket.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/src/technologies/p.json b/src/technologies/p.json index 548ee841e..5296f8690 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -520,8 +520,8 @@ 92 ], "description": "Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread.", + "dom": "script[type*='text/partytown']", "icon": "Partytown.svg", - "dom": "script[type*='text/partytown']" "js": { "partytown": "" }, @@ -1849,6 +1849,16 @@ }, "website": "http://www.po.st/" }, + "Pocket": { + "cats": [ + 5 + ], + "description": "Pocket is a social bookmarking service that can be integrated into a website with the use of a web widget.", + "dom": "li.share-pocket, a[data-pocket-count], meta[name*='pocket-site-verification']", + "icon": "pocket.svg", + "scriptSrc": "widgets\\.getpocket\\.com/", + "website": "https://getpocket.com" + }, "Podia": { "cats": [ 21, @@ -3373,4 +3383,4 @@ }, "website": "http://punbb.informer.com" } -} +} \ No newline at end of file From cda86f8c1ebe06f9fe367a26eec7a6412028dbbe Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Wed, 11 Jan 2023 16:43:24 +0530 Subject: [PATCH 2/2] Pocket trace improved --- src/technologies/p.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/technologies/p.json b/src/technologies/p.json index 5296f8690..9fe4d6043 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -1854,8 +1854,16 @@ 5 ], "description": "Pocket is a social bookmarking service that can be integrated into a website with the use of a web widget.", - "dom": "li.share-pocket, a[data-pocket-count], meta[name*='pocket-site-verification']", + "dom": "iframe[src*='widgets.getpocket.com/']", "icon": "pocket.svg", + "meta": { + "pocket-site-verification'": "" + }, + "pricing": [ + "freemium", + "low", + "recurring" + ], "scriptSrc": "widgets\\.getpocket\\.com/", "website": "https://getpocket.com" },