From 0b3f7f1dd5305c27b112f8d5db5bc76bc2b07011 Mon Sep 17 00:00:00 2001 From: fanboynz Date: Thu, 24 Aug 2023 00:25:25 +0200 Subject: [PATCH 1/2] Add atinternet params to clean-urls --- brave-lists/clean-urls.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/brave-lists/clean-urls.json b/brave-lists/clean-urls.json index c8317c7d..b8e9df8b 100644 --- a/brave-lists/clean-urls.json +++ b/brave-lists/clean-urls.json @@ -277,6 +277,33 @@ ], "params": [ + "at_link_type", + "at_format", + "at_link_id", + "at_campaign_type", + "at_campaign", + "at_medium", + "at_link_origin", + "at_ptr_name", + "at_platform", + "at_creation", + "at_format", + "at_channel", + "at_type", + "at_term", + "at_network", + "at_variant", + "at_identifier", + "at_general_placement", + "at_detail_placement", + "at_link", + "at_emailtype", + "at_recipient_id", + "at_recipient_list", + "at_custom1", + "at_custom2", + "at_custom3", + "at_custom4", "brave-campaign-id", "brave-creative-id", "brave-creative-set-id", From 458f9511adbcdd18a6bedc01e08ef2c0e54b7b2c Mon Sep 17 00:00:00 2001 From: fanboynz Date: Fri, 25 Aug 2023 01:20:54 +0200 Subject: [PATCH 2/2] Sort and add at_send_date --- brave-lists/clean-urls.json | 41 +++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/brave-lists/clean-urls.json b/brave-lists/clean-urls.json index b8e9df8b..e1c22822 100644 --- a/brave-lists/clean-urls.json +++ b/brave-lists/clean-urls.json @@ -277,33 +277,34 @@ ], "params": [ - "at_link_type", - "at_format", - "at_link_id", - "at_campaign_type", "at_campaign", - "at_medium", - "at_link_origin", - "at_ptr_name", - "at_platform", + "at_campaign_type", + "at_channel", "at_creation", + "at_custom1", + "at_custom2", + "at_custom3", + "at_custom4", + "at_detail_placement", + "at_emailtype", + "at_format", "at_format", - "at_channel", - "at_type", - "at_term", - "at_network", - "at_variant", - "at_identifier", "at_general_placement", - "at_detail_placement", + "at_identifier", "at_link", - "at_emailtype", + "at_link_id", + "at_link_origin", + "at_link_type", + "at_medium", + "at_network", + "at_platform", + "at_ptr_name", "at_recipient_id", "at_recipient_list", - "at_custom1", - "at_custom2", - "at_custom3", - "at_custom4", + "at_send_date", + "at_term", + "at_type", + "at_variant", "brave-campaign-id", "brave-creative-id", "brave-creative-set-id",