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

Commit

Permalink
feat: add nettruyenbb
Browse files Browse the repository at this point in the history
  • Loading branch information
lelinhtinh committed Feb 27, 2024
1 parent 56d8e4c commit c719adf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"mobi",
"nettruyen",
"nettruyenapp",
"nettruyenbb",
"nettruyengo",
"nettruyenmax",
"nettruyenmoi",
Expand Down Expand Up @@ -154,6 +155,6 @@
"weui"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
4 changes: 3 additions & 1 deletion 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.4
// @version 3.4.5
// @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 @@ -45,6 +45,7 @@
// @match https://*.nettruyengo.com/*
// @match https://*.nettruyenmax.com/*
// @match http://*.nettruyenmoi.com/*
// @match https://*.nettruyenbb.com/*
// @match http://nhattruyen.com/*
// @match http://nhattruyengo.com/*
// @match http://*.hamtruyentranh.net/*
Expand Down Expand Up @@ -1367,6 +1368,7 @@ jQuery(function ($) {
break;
case 'www.nettruyentop.com':
case 'www.nettruyenonline.com':
case 'www.nettruyenbb.com':
configs = {
link: '#nt_listchapter .chapter a',
name: '.title-detail',
Expand Down

0 comments on commit c719adf

Please sign in to comment.