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 7, 2025
1 parent d8eb2b9 commit ed98583
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions dist/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,8 @@
"https://www.wsj.com/[WSJ]",
"https://www.lmanga.com/[Lmanga]",
"https://spring.academy/[SpringAcademy]",
"https://pan.quark.cn/[Quark]"
"https://pan.quark.cn/[Quark]",
"https://www.medici.tv/[Medici]"
],
"isShowContextMenu": true,
"enableInputTranslation": true,
Expand Down Expand Up @@ -11479,6 +11480,27 @@
}
}
},
{
"id": "medici",
"matches": [
"www.medici.tv"
],
"excludeSelectors.add": [
"#player-movie-page"
],
"mutationExcludeSelectors.add": [
"#player-movie-page *"
],
"subtitleRule.add": {
"type": "webvtt",
"subtitleUrlRegExp": "\\.webvtt$",
"hookType": "xhr",
"quickButtonRule": {
"appendSelector": ".jw-button-container",
"ccEnableSelector": ".jw-icon-cc"
}
}
},
{
"id": "asu",
"matches": [
Expand Down Expand Up @@ -13141,6 +13163,6 @@
]
}
],
"buildinConfigUpdatedAt": "2025-01-07T06:19:51.568Z",
"buildinConfigUpdatedAt": "2025-01-07T07:11:22.622Z",
"latestVersion": "1.12.8"
}

0 comments on commit ed98583

Please sign in to comment.