Pixeldrain Download Bypass

Bypass Pixeldrain Download Limit

< Feedback on Pixeldrain Download Bypass

Review: Good - script works

§
Posted: 04.04.2024

Script(and the website) is broken again?

MegaLime0Author
§
Posted: 06.04.2024

Could you give more details? Someone else was saying the same thing and I'd like to fix it

§
Posted: 06.04.2024

Could you give more details? Someone else was saying the same thing and I'd like to fix it

Hi.i fixed mine by downgradging to version1.2,which is working,but it doesn't work if there more than 1 file on a link.

MegaLime0Author
§
Posted: 06.04.2024

Hi.i fixed mine by downgradging to version1.2,which is working,but it doesn't work if there more than 1 file on a link.

Yeah I can't seem to get album downloads to work properly. So does 1.3 not work even on single files?

§
Posted: 06.04.2024

Hi.i fixed mine by downgradging to version1.2,which is working,but it doesn't work if there more than 1 file on a link.

Yeah I can't seem to get album downloads to work properly. So does 1.3 not work even on single files?

No

MegaLime0Author
§
Posted: 06.04.2024

I've just updated it slightly, could you see if it works?

§
Posted: 06.04.2024

I've just updated it slightly, could you see if it works?

that's working now,thanks

MegaLime0Author
§
Posted: 06.04.2024

that's working now,thanks

Good to hear! Thanks for testing it out so quickly

§
Posted: 06.04.2024
Edited: 06.04.2024

"
// Button color styling
const backgroundColor = window.getComputedStyle(document.body).getPropertyValue('background-color');
if (backgroundColor === "rgb(230, 234, 240)") {
button.style.backgroundColor = "black"; // Black background
} else if (backgroundColor === "rgb(57, 63, 78)") {
button.style.backgroundColor = "white"; // White background
"
do i change this bit to change the colour of button?

MegaLime0Author
§
Posted: 06.04.2024
do i change this bit to change the colour of button?

Yeah. I think that bit doesnt even do anything so ill probably remove it soon. just add the last line here

        const backgroundColor = window.getComputedStyle(document.body).getPropertyValue('background-color');
        if (backgroundColor === "rgb(230, 234, 240)") {
            button.style.backgroundColor = "red"; // Black background
        } else if (backgroundColor === "rgb(57, 63, 78)") {
            button.style.backgroundColor = "white"; // White background
        }
        button.style.backgroundColor = "somecolor"; // ----- This

Post reply

Sign in to post a reply.