mirror of
https://github.com/lifegpc/bookdownload.git
synced 2026-07-08 01:31:31 +08:00
Add support to get book info from book info page
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user