Skip to content

Commit

Permalink
Fb1 (#403)
Browse files Browse the repository at this point in the history
* Fix FB ToS

* Fix Facebook ToS

* Fix Facebook ToS 2

* Fix Facebook ToS 3

* Fix Facebook ToS 4

* Fix Facebook ToS 5

* Fix Facebook ToS 6

* Fix Facebook ToS 7

* Fix Facebook ToS 8

---------

Co-authored-by: Sergei Kolesnikov <[email protected]>
Co-authored-by: Sergei Kolesnikov <[email protected]>
  • Loading branch information
3 people authored Feb 24, 2025
1 parent 0915808 commit c076632
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions declarations/Facebook.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,22 @@
"Terms of Service": {
"fetch": "https://www.facebook.com/legal/terms/plain_text_terms",
"select": [
{
"startBefore": "div[role=main]",
"endBefore": "[role=\"separator\"]:first-child"
}
"#root"
],
"remove": [
".bh",
"img[style=\"display:none\"]",
"img",
".bk",
".p",
".k",
"[href*='static.xx.fbcdn.net']",
"[href*='facebook.com']"
],
"filter": [
"cleanUrls",
"replaceInfoImageWithEmoji"
"replaceInfoImageWithEmoji",
"removeReturnToTopButtons"
],
"executeClientScripts": true
},
Expand Down

0 comments on commit c076632

Please sign in to comment.