This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c719adf
commit 58ea151
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,7 @@ | |
"jepub", | ||
"JSAes", | ||
"khotruyentranhz", | ||
"kingtruyen", | ||
"kkmh", | ||
"Kuaikan", | ||
"kuaikanmanhua", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
// @name manga comic downloader | ||
// @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ộ. | ||
// @version 3.4.5 | ||
// @version 3.4.6 | ||
// @icon https://raw.githubusercontent.com/lelinhtinh/Userscript/master/manga_comic_downloader/icon.png | ||
// @author Zzbaivong | ||
// @license MIT; https://baivong.mit-license.org/license.txt | ||
|
@@ -46,6 +46,7 @@ | |
// @match https://*.nettruyenmax.com/* | ||
// @match http://*.nettruyenmoi.com/* | ||
// @match https://*.nettruyenbb.com/* | ||
// @match https://*.kingtruyen.com/* | ||
// @match http://nhattruyen.com/* | ||
// @match http://nhattruyengo.com/* | ||
// @match http://*.hamtruyentranh.net/* | ||
|
@@ -77,7 +78,7 @@ | |
// @match https://*.sayhentai.net/* | ||
// @match https://cocomic.net/truyen-tranh/* | ||
// @require https://code.jquery.com/jquery-3.6.0.min.js | ||
// @require https://unpkg.com/@zip.js/[email protected].17/dist/zip.min.js | ||
// @require https://unpkg.com/@zip.js/[email protected].41/dist/zip.min.js | ||
// @require https://unpkg.com/[email protected]/dist/FileSaver.min.js | ||
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/ponyfill.min.js | ||
// @require https://cdn.jsdelivr.net/npm/[email protected]/StreamSaver.min.js | ||
|
@@ -1369,6 +1370,7 @@ jQuery(function ($) { | |
case 'www.nettruyentop.com': | ||
case 'www.nettruyenonline.com': | ||
case 'www.nettruyenbb.com': | ||
case 'kingtruyen.com': | ||
configs = { | ||
link: '#nt_listchapter .chapter a', | ||
name: '.title-detail', | ||
|