Add support to get book info from book info page

This commit is contained in:
2026-02-16 11:44:32 +08:00
parent ab46dcc2c1
commit 0cf5eccaf1
8 changed files with 204 additions and 1 deletions

View File

@@ -41,6 +41,27 @@
],
"run_at": "document_start",
"world": "MAIN"
},
{
"matches": [
"http://*.qidian.com/book/*",
"https://*.qidian.com/book/*"
],
"js": [
"dist/qdbook.js"
],
"run_at": "document_start"
},
{
"matches": [
"http://*.qidian.com/book/*",
"https://*.qidian.com/book/*"
],
"js": [
"inject/qdbook.js"
],
"run_at": "document_start",
"world": "MAIN"
}
],
"options_ui": {