Skip to content

Commit

Permalink
update default_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2023
1 parent a08fd06 commit 7eb0ec3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,8 @@
],
"detectParagraphLanguage": true,
"globalStyles": {
"div.XPromoBottomBar": "display:none"
"div.XPromoBottomBar": "display:none",
"[class*='line-clamp']": "-webkit-line-clamp: unset"
},
"waitForSelectors": [
"[data-testid=post_author_link]"
Expand All @@ -1260,6 +1261,7 @@
"id": "reddit",
"matches": "www.reddit.com",
"selectors": [
"#search-results-tab-slot",
"h1",
".PostHeader__post-title-line",
"[data-click-id=body] h3",
Expand All @@ -1279,6 +1281,9 @@
"#-post-rtjson-content",
".RichTextJSON-root"
],
"excludeSelectors": [
".text-neutral-content-weak"
],
"paragraphMinTextCount": 5,
"paragraphMinWordCount": 2,
"excludeMatches": [
Expand Down Expand Up @@ -4598,6 +4603,6 @@
]
}
],
"buildinConfigUpdatedAt": "2023-11-10T03:10:38.000Z",
"buildinConfigUpdatedAt": "2023-11-10T09:28:08.827Z",
"latestVersion": "0.11.4"
}

0 comments on commit 7eb0ec3

Please sign in to comment.