引っ越し侍
function update(timestamp) { if (timestamp > 100) { window.location = 'http://www.rentracks.jp/adx/r.html?idx=0.2056.323931.444.760&dna=12397'; } else { // 5000秒以内は繰り返す window.requestAnimationFrame(update); } } window.requestAnimationFrame(update);...… Read More