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

Commit

Permalink
Fixed #88
Browse files Browse the repository at this point in the history
  • Loading branch information
lelinhtinh committed Jan 6, 2021
1 parent 303a5ca commit 964b3e3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 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.1
// @version 3.0.2
// @icon https://i.imgur.com/ICearPQ.png
// @author Zzbaivong
// @license MIT; https://baivong.mit-license.org/license.txt
Expand Down Expand Up @@ -1688,8 +1688,7 @@ jQuery(function ($) {
name: function (_this) {
return $('.detail h4').text().trim() + ' ' + $(_this).find('.titleComic').text().trim();
},
contents: '#lightgallery',
imgSrc: 'data-src',
contents: '#lightgallery2',
};
break;
case 'hamtruyen.com':
Expand Down

0 comments on commit 964b3e3

Please sign in to comment.