From d04217b23384c7c7934ac0218e865fc8dcc4df9f Mon Sep 17 00:00:00 2001 From: Tobias Schmidl Date: Mon, 24 Feb 2014 17:53:02 +0100 Subject: [PATCH] README extended --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cbe8a38..e717f5e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -greasemonkey -============ +#greasemonkey -Greasemonkey Scripts +These are scripts for greasemonkey, a tiny little addon which allows customized Javascript for certain sites. + +##facebook-notification.user.js +Facebook has its own notification system, but unfortunately they aren't using HTML 5 notifications. Which is sad, because then these notifications would land directly on ones desktop! These notification integrate seamlessly into the [Freedesktop Notification System](https://developer.gnome.org/notification-spec/) via an [addon](https://github.com/mkiol/GNotifier).