Skip to content

Commit

Permalink
fix function fix_general_ADs(text)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasimi committed Jan 19, 2025
1 parent b1e07cb commit 5254f63
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions application/net/work_crawler/ebook.js
Original file line number Diff line number Diff line change
Expand Up @@ -893,6 +893,17 @@ function module_code(library_namespace) {
*/
text = text.replace(/(?:<p>)?[^<>]{1,10}(?:<\/p>)?/g, '');

/**
* <code>
// https://69shuba.cx/txt/52895/39004157 别人练级我修仙,苟到大乘再出山 > 新书《我在高武时代掀起修仙狂潮》
<p>请...您....收藏_6Ⅰ9Ⅰ书Ⅰ吧(六\\\九\\\书\\\吧!)</p>
</code>
*/
text = text.replace(/<p>[._\\|]*[._\\|]*[^<>]*?[^<>]*?<\/p>/g,
'');

/**
* <code>
Expand Down

0 comments on commit 5254f63

Please sign in to comment.