Greasy Fork is available in English.

Steamgifts Auto Entry

Automatically enters giveaways on steamgifts.com

< Feedback on Steamgifts Auto Entry

سوئال / ئىنكاس

§
يوللانغان ۋاقتى: 2016-10-28
تەھرىرلەنگەن ۋاقتى: 2020-06-11

removed

*

§
يوللانغان ۋاقتى: 2017-03-28
تەھرىرلەنگەن ۋاقتى: 2017-04-15

the enabled variable is actually use for turning the script on and off. i also thought it was for using it as soon as the page loads but i was incorrect.

if you want it to run automatically use the code below. first line makes a variable so you can easily turn on and off like you tried to do. next part checks the variable and if on then clicks it as if you click the button yourself right when page loads.


place under the line var enabled=false;
var enabledonload=true; //default --- var enabledonload=false;

place above the very last line });
if(enabledonload==true) {
$('#autoentryenabled').click();
}

جاۋاب قايتۇرۇش

جاۋاب قايتۇرۇش ئۈچۈن كىرىش.