console 刷分代码来了

查看 16|回复 1
作者:error   
随着论坛防火墙的升级,大部分丢crontab里面刷分的python,PHP脚本应该阵亡了,只能F12 console用js刷分了...
[ol]function fetchUrls() {
    for (let i = 50770; i  {
            fetch(`https://hostloc.com/space-uid-${i}.html`)
                .then(response => {
                    if (response.ok) {
                        console.log(`Fetched space-uid-${i}.html`);
                    } else {
                        console.error(`Failed to fetch space-uid-${i}.html: ${response.status}`);
                    }
                })
                .catch(error => {
                    console.error(`There was a problem with the fetch operation for space-uid-${i}:`, error);
                });
        }, (i - 1) * 6000); // 每次请求之间间隔 6 秒
    }
}
fetchUrls();
[/ol]复制代码
Powered by

刷分, 代码, 来了

acm   
我就知道里面有你的ID
您需要登录后才可以回帖 登录 | 立即注册

返回顶部