From 7df7c4efee7888fca0e515ce9f23e6e43bd88634 Mon Sep 17 00:00:00 2001 From: afisher3578 Date: Wed, 30 Oct 2024 13:12:56 +0100 Subject: [PATCH] fix Discord declarations --- declarations/Discord.history.json | 37 ++++++++++++++++++++++++++++++- declarations/Discord.json | 6 ++--- 2 files changed, 39 insertions(+), 4 deletions(-) diff --git a/declarations/Discord.history.json b/declarations/Discord.history.json index 07f6cad8..81f8956c 100644 --- a/declarations/Discord.history.json +++ b/declarations/Discord.history.json @@ -4,6 +4,17 @@ "fetch": "https://discord.com/terms", "select": ".document-3OCpS5", "validUntil": "2022-01-13T00:34:24Z" + }, + { + "fetch": "https://discord.com/terms", + "select": [ + ".section-rich.wf-section" + ], + "remove": [ + ".archived-link", + ".link-terms" + ], + "validUntil": "2023-10-18T15:00:22Z" } ], "Privacy Policy": [ @@ -11,6 +22,30 @@ "fetch": "https://discord.com/privacy", "select": ".document-3OCpS5", "validUntil": "2022-01-13T00:34:25Z" + }, + { + "fetch": "https://discord.com/privacy", + "select": [ + ".section-rich.wf-section" + ], + "remove": [ + ".archived-link", + ".link-terms" + ], + "validUntil": "2023-10-18T15:00:28Z" + } + ], + "Community Guidelines": [ + { + "fetch": "https://discord.com/guidelines", + "select": [ + ".section-rich.wf-section" + ], + "remove": [ + ".archived-link", + ".link-terms" + ], + "validUntil": "2023-10-18T15:00:25Z" } ] -} +} \ No newline at end of file diff --git a/declarations/Discord.json b/declarations/Discord.json index 5c1c706b..90f41c9e 100644 --- a/declarations/Discord.json +++ b/declarations/Discord.json @@ -4,7 +4,7 @@ "Terms of Service": { "fetch": "https://discord.com/terms", "select": [ - ".section-rich.wf-section" + ".section-rich" ], "remove": [ ".archived-link", @@ -14,7 +14,7 @@ "Privacy Policy": { "fetch": "https://discord.com/privacy", "select": [ - ".section-rich.wf-section" + ".section-rich" ], "remove": [ ".archived-link", @@ -24,7 +24,7 @@ "Community Guidelines": { "fetch": "https://discord.com/guidelines", "select": [ - ".section-rich.wf-section" + ".section-rich" ], "remove": [ ".archived-link",