Greasemonkey Scripts
Find a file
Tobias Schmidl 4b14ea8de1 Check on callback if the DOM nodes exist.
If the don't, clear the timer, as each subsequent run would operate on the same empty nodes.
2014-03-08 07:34:14 +01:00
facebook-notification.user.js Check on callback if the DOM nodes exist. 2014-03-08 07:34:14 +01:00
googleplus-notification.user.js Check on callback if the DOM nodes exist. 2014-03-08 07:34:14 +01:00
LICENSE Initial commit 2014-02-24 04:59:06 -08:00
README.md Changed message queue time to 10 seconds 2014-02-24 17:58:20 +01:00

#greasemonkey

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 via an addon.

This script polls each 10 seconds the message status and pushes these changed statuses to a new notification.