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

Commit

Permalink
feat: add kingtruyen
Browse files Browse the repository at this point in the history
  • Loading branch information
lelinhtinh committed Apr 11, 2024
1 parent c719adf commit 58ea151
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"jepub",
"JSAes",
"khotruyentranhz",
"kingtruyen",
"kkmh",
"Kuaikan",
"kuaikanmanhua",
Expand Down
6 changes: 4 additions & 2 deletions manga_comic_downloader/manga_comic_downloader.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/*
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 58ea151

Please sign in to comment.