Greasy Fork is available in English.

Pixeldrain Download Bypass

Bypass Pixeldrain Download Limit

< Feedback de Pixeldrain Download Bypass

Avaliação: Bom - o script funciona

§
Publicado em: 04/04/2024

Script(and the website) is broken again?

MegaLime0Autor
§
Publicado em: 06/04/2024

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

§
Publicado em: 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.

MegaLime0Autor
§
Publicado em: 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?

§
Publicado em: 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

MegaLime0Autor
§
Publicado em: 06/04/2024

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

§
Publicado em: 06/04/2024

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

that's working now,thanks

MegaLime0Autor
§
Publicado em: 06/04/2024

that's working now,thanks

Good to hear! Thanks for testing it out so quickly

§
Publicado em: 06/04/2024
Editado em: 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?

MegaLime0Autor
§
Publicado em: 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

Enviar resposta

Entre para publicar uma resposta.