Memento Mori

Watch Your Age Change

memento-mori.html
 

Based on Alex Maccaw's Motivation plugin for Chrome,
Memento Mori is a plain HTML page that displays your current age. See Memento Mori on GitHub.

Install

<script>
  var dob = new Date("January 1, 1980 00:00:00");
  // ...
</script>
  1. Download the Memento Mori HTML page at GitHub
  2. Set your date of birth (line 17ish)
  3. Configure browser and set the HTML file as the homepage