圖片全載-FancyboxV5

支持寫真、H漫、漫畫的網站1000+,圖片全量加載,簡易的看圖功能,漫畫無限滾動閱讀模式,下載壓縮打包,如有下一頁元素可自動化下載。

< 圖片全載-FancyboxV5 피드백

리뷰: 좋음 - 잘 동작함

§
작성: 2024-10-20
수정: 2024-10-20

I love your work. I use it everyday, thank you.
If it is not too much work, please add support for bdsmlr.com
If it's too much, could you guide me in some direction so I can implement it myself? Thank you 💗

here's an example : sakuragarden.bdsmlr.com

tony0809개발자
§
작성: 2024-10-20

I love your work. I use it everyday, thank you.
If it is not too much work, please add support for bdsmlr.com
If it's too much, could you guide me in some direction so I can implement it myself? Thank you 💗

here's an example : sakuragarden.bdsmlr.com

Registration Closed Temporarily

Sorry, I can't parse the web page here.

tony0809개발자
§
작성: 2024-10-20

You can try modifying the script and adding the following rules

    , {
        name: "bdsmlr",
        reg: () => fn.checkUrl({
            h: "bdsmlr.com"
        }),
        init: () => fn.addMutationObserver(() => {
            if (isDownloading) return;
            fn.getImgSrcArr(".image_container img").forEach(src => {
                if (!captureSrcArray.includes(src)) {
                    captureSrcArray.push(src);
                }
            });
            customTitle = document.title;
        }),
        imgs: () => captureSrcArray,
        hide: ".reblogcontainerouter",
        category: "nsfw2"
    }
tony0809개발자
§
작성: 2024-10-21

Update 2.10.0

댓글 남기기

댓글을 남기려면 로그인하세요.