Skip to content

Commit

Permalink
+ CeL.work_crawler.fix_general_censorship(text);
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasimi committed Apr 14, 2024
1 parent a011b36 commit 164885c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions novel.cmn-Hans-CN/xshuyaya.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ var crawler = new CeL.work_crawler({
// <div class="bzend"><span>本章结束</span>
text = text.replace(/<div class="bzend"[\s\S]+/, '');

text = CeL.work_crawler.fix_general_censorship(text);

text = CeL.work_crawler.fix_general_ADs(text);

this.add_ebook_chapter(work_data, chapter_NO, text);
Expand Down

0 comments on commit 164885c

Please sign in to comment.