Skip to content

Commit

Permalink
Fix Parler (#251)
Browse files Browse the repository at this point in the history
* Fix Parler

* Fix Parler

---------

Co-authored-by: Sergei Kolesnikov <[email protected]>
  • Loading branch information
smmkolesnikov and Sergei Kolesnikov authored Mar 10, 2024
1 parent ce2556f commit f6f4f15
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions declarations/Parler.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@
"name": "Parler",
"documents": {
"Privacy Policy": {
"fetch": "https://parler.com/documents/privacypolicy.pdf"
"fetch": "https://parler.com/privacy-policy/",
"select": ".e-con-inner",
"remove": [
"[data-widget_type='image.default']",
"[data-widget_type='button.default']"
]
},
"Terms of Service": {
"fetch": "https://parler.com/documents/termsofservice.pdf"
"fetch": "https://parler.com/terms-of-service/",
"select": ".e-con-inner",
"remove": [
"[data-widget_type='image.default']",
"[data-widget_type='button.default']"
]
},
"Community Guidelines": {
"fetch": "https://parler.com/documents/guidelines.pdf"
Expand Down

0 comments on commit f6f4f15

Please sign in to comment.