greasemonkey/README.md

9 lines
636 B
Markdown
Raw Normal View History

2014-02-24 17:53:02 +01:00
#greasemonkey
2014-02-24 13:59:06 +01:00
2014-02-24 17:53:02 +01:00
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).
2014-02-24 17:54:24 +01:00
This script polls each 30 seconds the message status and pushes these changed statuses to a new notification.