Full Picture Load - FancyboxV5

supports 1,000+ websites for photos, h-comics, and comics, fully loaded images, simple image viewing function, comic infinite scroll read mode, and compressed and packaged downloads.

< Feedback on Full Picture Load - FancyboxV5

Review: Good - script works

§
Posted: 2024-10-20
Edited: 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

tony0809Author
§
Posted: 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.

tony0809Author
§
Posted: 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"
    }
tony0809Author
§
Posted: 2024-10-21

Update 2.10.0

Post reply

Sign in to post a reply.