Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
Add saytruyen
Browse files Browse the repository at this point in the history
  • Loading branch information
lelinhtinh committed Jan 8, 2021
1 parent 964b3e3 commit 2b83892
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
1 change: 1 addition & 0 deletions manga_comic_downloader/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ Tải truyện tranh từ các trang chia sẻ ở Việt Nam.
1. <https://hoihentai.com/>
1. <https://hoitruyentranh.com/>
1. <https://truyenvn.com/>
1. <https://saytruyen.net/>, <https://saytruyen.com/>, <https://sayhentai.net/>

### Mobile

Expand Down
17 changes: 16 additions & 1 deletion manga_comic_downloader/manga_comic_downloader.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// @namespace https://baivong.github.io
// @description Tải truyện tranh từ các trang chia sẻ ở Việt Nam. Nhấn Alt+Y để tải toàn bộ.
// @description:vi Tải truyện tranh từ các trang chia sẻ ở Việt Nam. Nhấn Alt+Y để tải toàn bộ.
// @version 3.0.2
// @version 3.1.0
// @icon https://i.imgur.com/ICearPQ.png
// @author Zzbaivong
// @license MIT; https://baivong.mit-license.org/license.txt
Expand Down Expand Up @@ -61,6 +61,9 @@
// @match https://hoihentai.com/*
// @match https://hoitruyentranh.com/*
// @match https://truyenvn.com/*
// @match https://*.saytruyen.net/*
// @match https://*.saytruyen.com/*
// @match https://*.sayhentai.net/*
// @require https://code.jquery.com/jquery-3.5.1.min.js
// @require https://unpkg.com/[email protected]/umd/index.js
// @require https://unpkg.com/[email protected]/dist/FileSaver.min.js
Expand Down Expand Up @@ -1948,6 +1951,18 @@ jQuery(function ($) {
init: getTruyenVn,
};
break;
case 'saytruyen.net':
case 'www.saytruyen.net':
case 'saytruyen.com':
case 'www.saytruyen.com':
case 'sayhentai.net':
case 'www.sayhentai.net':
configs = {
link: '#list-chapter a',
name: 'h1.title',
contents: '#lst_content',
};
break;
default:
configs = {};
break;
Expand Down

0 comments on commit 2b83892

Please sign in to comment.