Skip to content

Commit

Permalink
Improve selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
clementbiron committed Jul 2, 2024
1 parent 536d9c3 commit 489fbba
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions declarations/FranceConnect.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
"documents": {
"Terms of Service": {
"fetch": "https://franceconnect.gouv.fr/cgu",
"select": [
".container:nth-child(2)"
],
"remove": [
":nth-child(n+42)"
]
"select": {
"startAfter": "#main-nav",
"endBefore": "footer"
}
}
}
}

0 comments on commit 489fbba

Please sign in to comment.