megaupSkipADBCheck

Skip ADB Check,auto download.

< Σχολιασμός για τον κώδικα megaupSkipADBCheck

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 13/10/2022

Please add this line at the end to auto skip btn click too and auto download
document.getElementById("btnsubmit").click();

§
Δημοσιεύτηκε: 30/11/2022

I added document.getElementById("btnsubmit").click();

so it look like this both way so:
first was:
$(".download-timer").html(downloadHtml);
document.getElementById("btnsubmit").click();
document.getElementById('idurl').setAttribute('value', cidken);
document.getElementById("idfilename").setAttribute('value', FileName);
document.getElementById("idfilesize").setAttribute('value', FileSize);

Second was:
$(".download-timer").html(downloadHtml);
document.getElementById('idurl').setAttribute('value', cidken);
document.getElementById("idfilename").setAttribute('value', FileName);
document.getElementById("idfilesize").setAttribute('value', FileSize);
document.getElementById("btnsubmit").click();

Both failed it bright white and TAB keep circling so what am i doing wrong ??

haoa wangΔημιουργός
§
Δημοσιεύτηκε: 08/07/2023

Hi, there

Added the function of automatically jumping to the download page, please update the script.

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.