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 Jan 14, 2025
1 parent afe3937 commit 8cc83d5
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2611,13 +2611,6 @@
"waitForSelectorsTimeout": 1,
"detectParagraphLanguage.add.[1.4.8]": false
},
{
"id": "common.pdfWebPage",
"waitForSelectorsTimeout": 1,
"selectorMatches": [
"embed[type='application/pdf']"
]
},
{
"id": "onboarding",
"matches": [
Expand Down Expand Up @@ -13171,6 +13164,16 @@
".b-mem__inner .b-mem-post:first-child .b-mem-post__excerpt{display:inline;}"
]
},
{
"id": "jscires",
"matches": "jscires.org",
"extraBlockSelectors.add": [
".jatsauthtab_title"
],
"excludeSelectors.add": [
".jatsa_contrib_info"
]
},
{
"id": "nexusmods",
"matches": [
Expand Down Expand Up @@ -13284,6 +13287,13 @@
}
]
},
{
"id": "common.pdfWebPage",
"waitForSelectorsTimeout": 1,
"selectorMatches": [
"embed[type='application/pdf']"
]
},
{
"id": "txt",
"matches": [
Expand Down Expand Up @@ -13320,6 +13330,6 @@
]
}
],
"buildinConfigUpdatedAt": "2025-01-14T07:01:00.024Z",
"buildinConfigUpdatedAt": "2025-01-14T07:13:38.740Z",
"latestVersion": "1.13.4"
}

0 comments on commit 8cc83d5

Please sign in to comment.