Skip to content

Commit

Permalink
Add AdventOfCodeTimer version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ctor committed Dec 6, 2021
1 parent 32ca2e8 commit ee2a8c3
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*]
charset = utf-8
insert_final_newline = true
indent_size = 2
indent_style = space
Binary file not shown.
22 changes: 22 additions & 0 deletions extensions/adventofcodetimer/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Advent of code timer</title>
</head>
<body>
<h2>Advent of Code Timer</h2>
<p>
A simple Firefox browser extension that times how long it takes you to do the daily challenges on <a href="https://adventofcode.com/">Advent of Code</a>.
</p>
<p>
The timing is started manually when a day is viewed and ends when both daily challenges have been completed.
Times are displayed to the right of each day in the calendar view.
</p>
<p>
Click <a href="advent_of_code_timer-0.1-fx.xpi">here</a> to install the extension. Have a good day :D
</p>
</body>
</html>
12 changes: 12 additions & 0 deletions extensions/adventofcodetimer/updates.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"addons": {
"[email protected]": {
"updates": [
{
"version": "0.1",
"update_link": "https://widauer.dev/extensions/adventofcodetimer/advent_of_code_timer-0.1-fx.xpi"
}
]
}
}
}
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<ul>
<li><a href="pi">pi</a></li>
<li><a href="vcfsplit">vcfsplit</a></li>
<li><a href="extensions/adventofcodetimer/index.html">Advent of Code Timer</a></li>
</ul>
</body>
</html>

0 comments on commit ee2a8c3

Please sign in to comment.