Baozi Manga Read Helpr

read infinite scroll,manga link open in newtab

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
德克斯DEX
Daily installs
1
Total installs
1,479
Ratings
4 1 0
Version
2.5.10
Created
2023-03-03
Updated
2024-04-27
Size
22.4 KB
License
MIT
Applies to

包子漫畫閱讀輔助

1.閱讀連續載入圖片
2.在新分頁打開漫畫鏈接
3.目錄頁自動展開全部章節
4.1頁1線程逐張預讀圖片,可減少等待加載圖片的時間,如果滾動、滑動的閱讀速度大於預讀速度還是需要等待圖片載入。
5.自動重新載入出錯的圖片。

PS.
在閱讀頁主控台console.log()無法正常使用
需要用uBlock或ABP加入以下過濾規則
*://*/s/page_runtime_v5.js?v=2023*
才能正常使用console.log()

2023.03.29
改用Lazy loading閱讀模式,預讀改成逐張預讀圖片,降低同一時間對伺服器發送圖片請求的數量,避免有被伺服器拒絕圖片請求的可能性。

2023.03.31
一整話的圖片數量是超過50張的情況時,當前的最後一張圖片檔名是50的倍數和下一頁第一張圖片檔名尾數是7且尾數不是1,則不插入下一頁的前4張圖,讓條漫整體圖片能按正確順序銜接。