OP 22 August, 2020 - 10:24 PM
(This post was last modified: 22 August, 2020 - 10:36 PM by Dowjones2348.)
This will check gift cards against amazon at a fast pace, improvements to the code is required. If you can improve upon it then do so and post it!
Code orginated from the following post, https://cracked.to/Thread-LEAKED-AMAZON-...-ON-AMAZON The user who posted this takes the credit. (He is banned though? maybe he was noncing?)
}
function main() {
document.getElementById("spc-gcpromoinput").value = makeid();
document.getElementById("gcApplyButtonId-announce").click();
}
this part of the code will need to change each time. amazon changes the button and box IDs. It is easy finding these IDs all you do is go into inspect element and select the box or button
Spoiler:
Code orginated from the following post, https://cracked.to/Thread-LEAKED-AMAZON-...-ON-AMAZON The user who posted this takes the credit. (He is banned though? maybe he was noncing?)
}
function main() {
document.getElementById("spc-gcpromoinput").value = makeid();
document.getElementById("gcApplyButtonId-announce").click();
}
this part of the code will need to change each time. amazon changes the button and box IDs. It is easy finding these IDs all you do is go into inspect element and select the box or button