Skip to content

Commit

Permalink
优化 [哔哩轻小说] 规则
Browse files Browse the repository at this point in the history
  • Loading branch information
XIU2 committed Jun 21, 2024
1 parent cb4a38e commit 837fd9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions other/Autopage/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -3715,7 +3715,7 @@
"replaceE": ".mlfy_page"
},
"function": {
"bF": "if(pageE[0].tagName=='STYLE'){pageE[pageE.length-1].style='font-family: read !important;';pageE[0].textContent.replace('#TextContent p:last-of-type','666')}; return pageE",
"bF": "if(pageE[0].tagName=='STYLE'){pageE[pageE.length-1].style='font-family: read !important;';pageE[0].textContent=pageE[0].textContent.replace(' p:last-of-type','666')}; return pageE",
"aF": "document.body.appendChild(document.createElement('script')).textContent='yuedu()'"
}
},
Expand Down Expand Up @@ -3753,7 +3753,7 @@
"scriptT": 2
},
"function": {
"bF": "if(pageE[0].tagName=='STYLE'){pageE[pageE.length-2].style='font-family: read !important;';pageE[0].textContent.replace('#TextContent p:last-of-type','666')}; return pageE"
"bF": "if(pageE[0].tagName=='STYLE'){pageE[pageE.length-2].style='font-family: read !important;';pageE[0].textContent=pageE[0].textContent.replace(' p:last-of-type','666')}; return pageE"
}
},
"哔哩轻小说 - 手机版 - 文库": {
Expand Down

0 comments on commit 837fd9b

Please sign in to comment.