Greasy Fork is available in English.

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

返信を投稿

返信を投稿するにはログインしてください。