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 Dec 2, 2023
1 parent 6098ade commit c8a1fa9
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1312,14 +1312,15 @@
"[data-testid=comment]",
"[data-adclicklocation='title'] h3",
"[data-adclicklocation=media]",
"[data-testid='post-title-text']",
".PostContent",
".post-content",
".Comment__body",
"faceplate-batch .md",
"div[slot=comment]",
"[slot=comment]",
".RichTextJSON-root",
"div[slot=title]",
"div[slot=text-body]",
"[slot=title]",
"[slot=text-body]",
"p.title > a",
"[role=main] .md-container"
],
Expand All @@ -1343,18 +1344,19 @@
"[data-click-id=background] h3",
"[data-testid=comment]",
"[data-adclicklocation='title'] h3",
"div[slot=comment]",
"[data-testid='post-title-text']",
"[slot=comment]",
"[data-adclicklocation=media]",
".PostContent",
".post-content",
".Comment__body",
"faceplate-batch .md",
"div[slot=title]",
"div[slot=text-body]",
"[slot=text-body]",
"p.title > a",
"[role=main] .md-container",
"#-post-rtjson-content",
".RichTextJSON-root"
".RichTextJSON-root",
"[slot='title']"
],
"excludeSelectors": [
".text-neutral-content-weak"
Expand All @@ -1367,7 +1369,8 @@
],
"detectParagraphLanguage": true,
"globalStyles": {
"div.XPromoBottomBar": "display:none"
"div.XPromoBottomBar": "display:none",
"[class*='line-clamp']": "-webkit-line-clamp: unset"
}
},
{
Expand Down Expand Up @@ -4883,6 +4886,6 @@
}
}
],
"buildinConfigUpdatedAt": "2023-12-01T11:12:26.000Z",
"buildinConfigUpdatedAt": "2023-12-02T12:16:03.830Z",
"latestVersion": "0.12.2"
}

0 comments on commit c8a1fa9

Please sign in to comment.