-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters