Skip to content

Comment on Show HN: YouTube Decade – The most-viewed videos posted 10 years agoparent

Comments

Create a bookmarklet of this:

    let d = new Date()
    d.setFullYear(d.getFullYear() - 10)
    location.href = `https://news.ycombinator.com/front?day=${d.getFullYear()}-${d.getMonth() + 1}-${d.getDate()}`

This will break on February 29 :)

Unless it's ten years past a leap year!

If it's Feb 29 then you know for sure it isn't 10 years past a leap year, since they are every four years.

Ah, yes, I am an idiot. Oops.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.