Steamgifts Auto Entry

Automatically enters giveaways on steamgifts.com

< 脚本 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();
}

发布留言

登录(不可用)以发布留言。

长期地址
遇到问题?请前往 GitHub 提 Issues。