Pixeldrain Download Bypass

Bypass Pixeldrain Download Limit

< Pixeldrain Download Bypass 피드백

리뷰: 좋음 - 잘 동작함

§
작성: 2024-04-04

Script(and the website) is broken again?

MegaLime0개발자
§
작성: 2024-04-06

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

§
작성: 2024-04-06

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.

MegaLime0개발자
§
작성: 2024-04-06

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?

§
작성: 2024-04-06

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

MegaLime0개발자
§
작성: 2024-04-06

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

§
작성: 2024-04-06

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

that's working now,thanks

MegaLime0개발자
§
작성: 2024-04-06

that's working now,thanks

Good to hear! Thanks for testing it out so quickly

§
작성: 2024-04-06
수정: 2024-04-06

"
// 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?

MegaLime0개발자
§
작성: 2024-04-06
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

댓글 남기기

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