Skip to content

Instantly share code, notes, and snippets.

function getData(a) {
for (var b, c = document.cookie.split("; "), d = c.length; d--;)
if (b = c[d].split("="), b[0] === a) return b[1];
return !1
}
function higherBet() {
$(".max-bet").text("Cược cao nhất: " + higherbet + " BTC")
}