This file contains hidden or 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
| // ==UserScript== | |
| // @name Harvest Timer Growl Reminder | |
| // @namespace http://harvestapp.com | |
| // @description Displays Growl notifications at a user defined interval, reminding you to track your time. | |
| // @include * | |
| // @author Mike Green | |
| // @version 0.1.1 | |
| // ==/UserScript== | |
| (function () { |
NewerOlder