From 9c7d67b9b58ae9cc890439fbb130a60a28eda899 Mon Sep 17 00:00:00 2001 From: Open Terms Archive Bot <89395732+OTA-Bot@users.noreply.github.com> Date: Mon, 9 Oct 2023 16:59:12 +0200 Subject: [PATCH] Add Midjourney Terms of Service (#17) * Add Midjourney Terms of Service * Update Midjourney Terms of Service declaration --------- Co-authored-by: Brice Bai Co-authored-by: Amarachi Johnson --- declarations/Midjourney.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 declarations/Midjourney.json diff --git a/declarations/Midjourney.json b/declarations/Midjourney.json new file mode 100644 index 0000000..2176246 --- /dev/null +++ b/declarations/Midjourney.json @@ -0,0 +1,17 @@ +{ + "name": "Midjourney", + "documents": { + "Terms of Service": { + "fetch": "https://docs.midjourney.com/docs/terms-of-service", + "select": [ + "h1", + ".content_container" + ], + "remove": [ + "#lightTheme", + "#darkTheme" + ], + "executeClientScripts": true + } + } +}