圖片全載-FancyboxV5

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

< Σχολιασμός για τον κώδικα 圖片全載-FancyboxV5

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 20/10/2024
Επεξεργάστηκε: 20/10/2024

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

德克斯DEXΔημιουργός
§
Δημοσιεύτηκε: 20/10/2024

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.

德克斯DEXΔημιουργός
§
Δημοσιεύτηκε: 20/10/2024

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"
    }
德克斯DEXΔημιουργός
§
Δημοσιεύτηκε: 21/10/2024

Update 2.10.0

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.