awwwyeah 1 whipped up a js script auto reload for amazon gc checking. simple but works. idk if anyone has made posts of these but this is basically a single thread browser checker. run with tampermonkey first contribution with js skIllzZ :hype: [hide] // ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match https://www.amazon.com.au/gc/redeem/result // @grant none // ==/UserScript== (function() { function buildGC() { var text = ""; var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789"; for (var i = 0; i < 14; i++) { text += possible.charAt(Math.floor(Math.random() * possible.length)); } return text; } window.onload = function () { document.getElementById("gc-redemption-input").value = buildGC(); document.getElementById("gc-redemption-apply-button").click(); } })(); [/hide] Quote Share this post Link to post Share on other sites
WeOP 2 whipped up a js script auto reload for amazon gc checking. simple but works. idk if anyone has made posts of these but this is basically a single thread browser checker. run with tampermonkey first contribution with js skIllzZ :hype: will will try it out thanks bro! Quote Share this post Link to post Share on other sites
Zecky 0 yes my g do you wanna be me do you wanna see me Quote Share this post Link to post Share on other sites
referred 1 whipped up a js script auto reload for amazon gc checking. simple but works. idk if anyone has made posts of these but this is basically a single thread browser checker. run with tampermonkey first contribution with js skIllzZ :hype: thanks brooooo :fiesta: :fiesta: :fiesta: Quote Share this post Link to post Share on other sites
FuckAdmin6 2 I am not sure what the problem is that the information you provide me with the latest version Quote Share this post Link to post Share on other sites
Quastor 6 whipped up a js script auto reload for amazon gc checking. simple but works. idk if anyone has made posts of these but this is basically a single thread browser checker. run with tampermonkey first contribution with js skIllzZ :hype: This could be very helpful, thanks! Quote Share this post Link to post Share on other sites
F4zz 0 whipped up a js script auto reload for amazon gc checking. simple but works. idk if anyone has made posts of these but this is basically a single thread browser checker. run with tampermonkey first contribution with js skIllzZ :hype: does it work? Quote Share this post Link to post Share on other sites
Julioghouls2 0 it still works because it has time Quote Share this post Link to post Share on other sites