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 10, 2025
1 parent 23d6ddc commit e534e9d
Showing 1 changed file with 47 additions and 3 deletions.
50 changes: 47 additions & 3 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@
"https://www.mangasuika.com/[Mangasuika][chrome,firefox,safari]",
"https://www.firemanga.com/[Firemanga][chrome,firefox,safari]",
"https://hentaizap.com/[Hentaizap][chrome,firefox,safari]",
"https://klz9.com[KL][chrome,firefox]",
"https://jmanga.sh/[Jmanga][chrome,firefox,safari]",
"https://hanime1.me/[Hanime1][chrome,firefox,safari]",
"https://globalcomix.com/[Globalcomix][chrome,firefox,safari]"
Expand Down Expand Up @@ -659,6 +660,7 @@
"matches": [],
"excludeMatches": []
},
"sameLangTranslationTheme": "background",
"translationServices": {
"volcAlpha": {
"placeholderDelimiters": [
Expand Down Expand Up @@ -1874,6 +1876,8 @@
"pdfUrlExtractRule": {},
"isTransformPreTagNewLine": false,
"advanceTransformPreTagNewLine": false,
"advanceTransformPreTagMinTextCount": 0,
"advanceTransformPreTagMinLineCount": 0,
"likePreSelectors": [
"pre"
],
Expand Down Expand Up @@ -2855,6 +2859,8 @@
"isTransformPreTagNewLine": false,
"isTransformPreTagNewLine.add_v.[1.12.1]": true,
"advanceTransformPreTagNewLine": true,
"advanceTransformPreTagMinTextCount": 1000,
"advanceTransformPreTagMinLineCount": 10,
"extraInlineSelectors": [
"[data-testid=\"tweetText\"] div.r-xoduu5",
"[data-testid=\"tweetText\"] span",
Expand Down Expand Up @@ -6500,7 +6506,10 @@
"nav",
"[aria-label='Markets summary']"
],
"injectedCss.add": ".immersive-translate-target-wrapper br {display:none;}",
"injectedCss.add": [
".immersive-translate-target-wrapper br {display:none;}",
".spcv_list-item .immersive-translate-target-translation-block-wrapper {display:inline-block;margin-top:8px;}"
],
"subtitleRule.add": {
"type": "text_track",
"videoPlayerSelector": "video",
Expand Down Expand Up @@ -7819,6 +7828,41 @@
]
}
},
{
"id": "klz9",
"matches": [
"klz9.com"
],
"imageRule.add_v.[1.10.5]": {
"enable": true,
"type": "manga",
"imageSelectors": [
".chapter-img"
],
"intersectionRootMargin": "0px 0px 200% 0px",
"platforms": [
"chrome",
"firefox"
]
}
},
{
"id": "comemh8",
"matches": [
"www.comemh8.com"
],
"imageRule.add": {
"type": "manga",
"imageSelectors": [
".img-box img"
],
"platforms": [
"chrome",
"firefox",
"safari"
]
}
},
{
"id": "manhuapica",
"matches": [
Expand Down Expand Up @@ -13216,6 +13260,6 @@
]
}
],
"buildinConfigUpdatedAt": "2025-01-10T07:07:58.191Z",
"latestVersion": "1.12.8"
"buildinConfigUpdatedAt": "2025-01-10T12:42:20.959Z",
"latestVersion": "1.13.1"
}

0 comments on commit e534e9d

Please sign in to comment.