Skip to content

Commit

Permalink
Create Truth Social (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Kolesnikov <[email protected]>
  • Loading branch information
smmkolesnikov and Sergei Kolesnikov authored Mar 14, 2024
1 parent 43566ad commit 9e68ef5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions declarations/TruthSocial.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
}
}

0 comments on commit 9e68ef5

Please sign in to comment.