Designer News
Where the design community meets.
almost 6 years ago from Koos Looijesteijn, Everything design and web at ForTomorrow
Here's a quick sample. You can paste this in the dev console of a browser to see it in action: var i = 60; function tick() { window.document.title = 'Time: ' + i--; } setInterval(tick, 1000);
Nice, thanks! I’ll move this one up in the backlog!
Designer News
Where the design community meets.
Designer News is a large, global community of people working or interested in design and technology.
Have feedback?
Cool. Try and extend the time in the HTML title tag so that a user can see the time remaining without having to switch back to the tab.