虛擬通貨流動吧 Superfluid Virtual Currency Community
setInterval(
() =>
fetch(
"https://www.coingecko.com/account/candy/daily_check_in?locale=zh-tw",
{
headers: {
"x-csrf-token": document.querySelector('meta[name="csrf-token"]')
.content,
},
method: "POST",
}
),
1000 * 60 * 60 * 8
);
javascript:(function() { function req() { fetch("https://www.coingecko.com/account/candy/daily_check_in?locale=zh-tw",{headers: {"x-csrf-token": document.querySelector('meta[name="csrf-token"]').content,},method: "POST",}) } setInterval(req, 1000 * 60 * 60 * 8); })()
javascript:(function() { function req() { fetch("https://www.coingecko.com/account/candy/daily_check_in?locale=zh-tw",{headers: {"x-csrf-token": document.querySelector('meta[name="csrf-token"]').content,},method: "POST",}) } setInterval(req, 1000 * 60 * 60 * 8); })()