From 9e68ef57b8229d4be89cf2bf5fc54d300d8dd648 Mon Sep 17 00:00:00 2001 From: smmkolesnikov <86059054+smmkolesnikov@users.noreply.github.com> Date: Thu, 14 Mar 2024 13:02:47 +0100 Subject: [PATCH] Create Truth Social (#255) Co-authored-by: Sergei Kolesnikov --- declarations/TruthSocial.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 declarations/TruthSocial.json diff --git a/declarations/TruthSocial.json b/declarations/TruthSocial.json new file mode 100644 index 0000000..b2a63aa --- /dev/null +++ b/declarations/TruthSocial.json @@ -0,0 +1,27 @@ +{ + "name": "Truth Social", + "documents": { + "Terms of Service": { + "fetch": "https://help.truthsocial.com/legal/terms-of-service/", + "select": [ + "h1", + "main" + ] + }, + "Community Guidelines": { + "fetch": "https://help.truthsocial.com/community-guidelines-page/", + "select": [ + "h1", + "main" + ] + }, + "Privacy Policy": { + "fetch": "https://help.truthsocial.com/legal/gdpr/", + "select": [ + "[class*=text-4xl]", + "[class*=text-xl]", + "main" + ] + } + } +} \ No newline at end of file