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 11, 2025
1 parent 2d2e865 commit 1608360
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1384,6 +1384,7 @@
"repeatTranslateNum": 0,
"detectTextBufferLength": 0,
"smallCodeLength": 30,
"forceFormatPre": false,
"domPurifyAddTags": [
"iframe",
"button",
Expand Down Expand Up @@ -11364,9 +11365,12 @@
"injectedCss": [
"#immersive-translate-quick-button-container {display: inline-block; vertical-align: middle;}"
],
"rtlInjectedCss": [
"[data-immersive-translate_rtl] #subtitle svg text:last-child {writing-mode: horizontal-tb !important;direction: rtl !important;unicode-bidi: bidi-override !important;text-anchor: end !important;}"
],
"subtitleUrlRegExp": "\\.ass$",
"subsrtFormat": "ass",
"loadingContainerSelector": "#youku-dashboard",
"loadingContainerSelector": "#youku-advertise",
"loadingStyle": "bottom: 10%;",
"quickButtonRule": {
"appendSelector": ".kui-dashboard-dashboard-panel .kui-dashboard-rear-ctn",
Expand Down Expand Up @@ -13127,6 +13131,21 @@
".b-mem__inner .b-mem-post:first-child .b-mem-post__excerpt{display:inline;}"
]
},
{
"id": "nexusmods",
"matches": [
"next.nexusmods.com",
"readit.plus"
],
"likePreSelectors.add": [
".next-container section"
],
"buildContainerSelectors": [
".next-container section"
],
"forceFormatPre": true,
"isTransformPreTagNewLine": true
},
{
"id": "other-chatapps",
"matches": [
Expand Down Expand Up @@ -13261,6 +13280,6 @@
]
}
],
"buildinConfigUpdatedAt": "2025-01-11T03:49:16.514Z",
"latestVersion": "1.13.1"
"buildinConfigUpdatedAt": "2025-01-11T05:06:12.881Z",
"latestVersion": "1.13.2"
}

0 comments on commit 1608360

Please sign in to comment.