From 110bedc450b332c3b0ebe421bf4e3400fb934106 Mon Sep 17 00:00:00 2001 From: afisher3578 Date: Tue, 19 Dec 2023 15:27:41 -0500 Subject: [PATCH 1/7] update Waze URLs and selectors --- declarations/Waze.history.json | 28 ++++++++++++++++++++++++++++ declarations/Waze.json | 10 +++++----- 2 files changed, 33 insertions(+), 5 deletions(-) diff --git a/declarations/Waze.history.json b/declarations/Waze.history.json index 1afd1c03..2e999262 100644 --- a/declarations/Waze.history.json +++ b/declarations/Waze.history.json @@ -16,6 +16,16 @@ ".article-survey-container" ], "validUntil": "2023-01-22T18:44:13Z" + }, + { + "fetch": "https://support.google.com/waze/answer/12140670", + "select": [ + ".page" + ], + "remove": [ + ".article-survey-container" + ], + "validUntil": "2023-10-18T15:11:46Z" } ], "Privacy Policy": [ @@ -26,5 +36,23 @@ ], "validUntil": "2023-01-22T18:44:16Z" } + ], + "Copyright Claims Policy": [ + { + "fetch": "https://www.waze.com/en/legal/copyright", + "select": [ + ".col-md-9" + ], + "validUntil": "2023-10-18T15:11:46Z" + } + ], + "Trackers Policy": [ + { + "fetch": "https://www.waze.com/en/legal/cookies", + "select": [ + ".col-md-9" + ], + "validUntil": "2023-10-18T15:11:46Z" + } ] } diff --git a/declarations/Waze.json b/declarations/Waze.json index 74c41a63..6369a03a 100644 --- a/declarations/Waze.json +++ b/declarations/Waze.json @@ -2,7 +2,7 @@ "name": "Waze", "documents": { "Terms of Service": { - "fetch": "https://support.google.com/waze/answer/12140670", + "fetch": "https://support.google.com/waze/answer/12373727", "select": [ ".page" ], @@ -20,15 +20,15 @@ ] }, "Trackers Policy": { - "fetch": "https://www.waze.com/en/legal/cookies", + "fetch": "https://support.google.com/waze/answer/12075407", "select": [ - ".col-md-9" + ".main-content" ] }, "Copyright Claims Policy": { - "fetch": "https://www.waze.com/en/legal/copyright", + "fetch": "https://support.google.com/waze/answer/12075342", "select": [ - ".col-md-9" + ".main-content" ] } } From 76cda0dd5ee56b7eca8f71672e27a7515ffec7ff Mon Sep 17 00:00:00 2001 From: Alex Fisher <92438650+afisher3578@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:48:55 -0500 Subject: [PATCH 2/7] remove extra text block in trackers policy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Biron --- declarations/Waze.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/declarations/Waze.json b/declarations/Waze.json index 6369a03a..fd7b16b0 100644 --- a/declarations/Waze.json +++ b/declarations/Waze.json @@ -23,6 +23,11 @@ "fetch": "https://support.google.com/waze/answer/12075407", "select": [ ".main-content" + "select": [ + ".page" + ], + "remove": [ + ".article-survey-container" ] }, "Copyright Claims Policy": { From 55dcc29bbb902efbc157d67f8d00b46b6622321d Mon Sep 17 00:00:00 2001 From: Alex Fisher <92438650+afisher3578@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:49:19 -0500 Subject: [PATCH 3/7] remove extra text block in cc policy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Biron --- declarations/Waze.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/declarations/Waze.json b/declarations/Waze.json index fd7b16b0..da92fd08 100644 --- a/declarations/Waze.json +++ b/declarations/Waze.json @@ -34,6 +34,11 @@ "fetch": "https://support.google.com/waze/answer/12075342", "select": [ ".main-content" + "select": [ + ".page" + ], + "remove": [ + ".article-survey-container" ] } } From b7263358fa0bafadf32103e5a6469f30c956e017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Thu, 23 May 2024 14:50:28 +0200 Subject: [PATCH 4/7] Lint --- declarations/Waze.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/declarations/Waze.json b/declarations/Waze.json index da92fd08..92133b9d 100644 --- a/declarations/Waze.json +++ b/declarations/Waze.json @@ -23,8 +23,6 @@ "fetch": "https://support.google.com/waze/answer/12075407", "select": [ ".main-content" - "select": [ - ".page" ], "remove": [ ".article-survey-container" @@ -34,8 +32,6 @@ "fetch": "https://support.google.com/waze/answer/12075342", "select": [ ".main-content" - "select": [ - ".page" ], "remove": [ ".article-survey-container" From 0c7c7cb22d45c86483c00baede8ee74f53329903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Thu, 23 May 2024 14:50:43 +0200 Subject: [PATCH 5/7] Update terms of service --- declarations/Waze.history.json | 10 ++++++++++ declarations/Waze.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/declarations/Waze.history.json b/declarations/Waze.history.json index 2e999262..8b7d7322 100644 --- a/declarations/Waze.history.json +++ b/declarations/Waze.history.json @@ -26,6 +26,16 @@ ".article-survey-container" ], "validUntil": "2023-10-18T15:11:46Z" + }, + { + "fetch": "https://support.google.com/waze/answer/12373727", + "select": [ + ".page" + ], + "remove": [ + ".article-survey-container" + ], + "validUntil": "2024-02-29T00:45:04Z" } ], "Privacy Policy": [ diff --git a/declarations/Waze.json b/declarations/Waze.json index 92133b9d..b0ffc535 100644 --- a/declarations/Waze.json +++ b/declarations/Waze.json @@ -2,7 +2,7 @@ "name": "Waze", "documents": { "Terms of Service": { - "fetch": "https://support.google.com/waze/answer/12373727", + "fetch": "https://support.google.com/waze/answer/12140670", "select": [ ".page" ], From 7de585e4c1b7ba7d125f8f154b8ed30d101c97f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Thu, 23 May 2024 14:53:36 +0200 Subject: [PATCH 6/7] Improve selectors --- declarations/Waze.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/declarations/Waze.json b/declarations/Waze.json index b0ffc535..8bc15982 100644 --- a/declarations/Waze.json +++ b/declarations/Waze.json @@ -4,37 +4,37 @@ "Terms of Service": { "fetch": "https://support.google.com/waze/answer/12140670", "select": [ - ".page" + ".article-container" ], "remove": [ - ".article-survey-container" + ".scClientFeedbackInlineFeedbacklinkroot" ] }, "Privacy Policy": { "fetch": "https://support.google.com/waze/answer/12075406", "select": [ - ".page" + ".article-container" ], "remove": [ - ".article-survey-container" + ".scClientFeedbackInlineFeedbacklinkroot" ] }, "Trackers Policy": { "fetch": "https://support.google.com/waze/answer/12075407", "select": [ - ".main-content" + ".article-container" ], "remove": [ - ".article-survey-container" + ".scClientFeedbackInlineFeedbacklinkroot" ] }, "Copyright Claims Policy": { "fetch": "https://support.google.com/waze/answer/12075342", "select": [ - ".main-content" + ".article-container" ], "remove": [ - ".article-survey-container" + ".scClientFeedbackInlineFeedbacklinkroot" ] } } From 56d7f201312f83ac402d24469190583e20f7f029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Biron?= Date: Thu, 23 May 2024 15:56:32 +0200 Subject: [PATCH 7/7] Force english language --- declarations/Waze.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/declarations/Waze.json b/declarations/Waze.json index 8bc15982..6e8b61b6 100644 --- a/declarations/Waze.json +++ b/declarations/Waze.json @@ -2,7 +2,7 @@ "name": "Waze", "documents": { "Terms of Service": { - "fetch": "https://support.google.com/waze/answer/12140670", + "fetch": "https://support.google.com/waze/answer/12140670?hl=en", "select": [ ".article-container" ], @@ -11,7 +11,7 @@ ] }, "Privacy Policy": { - "fetch": "https://support.google.com/waze/answer/12075406", + "fetch": "https://support.google.com/waze/answer/12075406?hl=en", "select": [ ".article-container" ], @@ -20,7 +20,7 @@ ] }, "Trackers Policy": { - "fetch": "https://support.google.com/waze/answer/12075407", + "fetch": "https://support.google.com/waze/answer/12075407?hl=en", "select": [ ".article-container" ], @@ -29,7 +29,7 @@ ] }, "Copyright Claims Policy": { - "fetch": "https://support.google.com/waze/answer/12075342", + "fetch": "https://support.google.com/waze/answer/12075342?hl=en", "select": [ ".article-container" ],