diff --git a/images/ss_comment.png b/images/ss_comment.png new file mode 100644 index 0000000..313904b Binary files /dev/null and b/images/ss_comment.png differ diff --git a/index.html b/index.html index 8d255b4..40a134d 100644 --- a/index.html +++ b/index.html @@ -17,16 +17,17 @@
-

Mostly Harmless Features

-

Mostly Harmless is currently under rapid development, so its features are constantly changing. Once v1.0.0 is released, I will list and demonstrate features here.

Discovery & Voting

Mostly Harmless looks up the page you are currently viewing to see if it has been submitted to reddit. If so, you can see everywhere it has been posted, vote the story up or down, and even save, hide, and report the post straight from the popup.

Screenshot of Mostly Harmless showing all the places a page was posted. +

Commenting

+

Comments and discussion are a huge part of reddit, so it was important to bake that capability right into Mostly Harmless. You can add a comment from the popup, and if you’re typing a particularly long comment and accidentally close the popup, Mostly Harmless should still have it cached!

+ Screenshot of Mostly Harmless showing commenting capability.

Desktop Notifications

Every redditor knows the joy of getting an orangered. Every redditor also knows that finding out what it’s for, who it’s from, and what it says is half of the fun! Mostly Harmless will check for orangereds at a specified interval and display a desktop notification when you get one. Of course, you can turn this off if you like.

Screenshot of Mostly Harmless sending a desktop notification for an orangered.

Privacy

-

Your browsing habits are your own, and you probably don't want every page you visit checked on reddit. Instead, Mostly Harmless can only look up pages when you click its icon if you so choose. Of course that could get tedious, so Mostly Harmless also supports excluding lookups based on domain and regular expression matches.

+

Your browsing habits are your own, and you probably don’t want every page you visit checked on reddit. Instead, Mostly Harmless has an option to only look up pages when you click its icon. Of course that could get tedious, so Mostly Harmless also supports excluding lookups based on domain and regular expression matches.

Screenshot of a bank website being excluded from Mostly Harmless.
@@ -44,7 +45,7 @@

Fork me on Github

I need to write something about Github forking and pull requests.

Or, you can run git clone to grab the files read-only.

-
$ git clone git://github.com/Kerrick/Mostly-Harmless
+
$ git clone git://github.com/Kerrick/Mostly-Harmless.git

Submit a Ticket