This browser extension modifies Advent of Code puzzle titles by replacing leading and trailing dash padding ---
with hyperlinks to the previous day and next day puzzles to aid navigation.
For example, consider this title from the 2015 event:
--- Day 16: Aunt Sue ---
After applying the modifications below the above title now reads:
[--] Day 16: Aunt Sue [++]
The [--]
and [++]
will have become hyperlinks to the Day 15 and Day 17 puzzles, respectively. Enjoy!
Install for:
Source Code: https://github.com/mdwhatcott/advent-of-code-browser-navigation