Subject
Make notify hatebu-count when specified site's hatebu-count changed.
Usage is just put this script into vimperator's plugin directory.
Global variables
- g:hatebuWatchDogInterval
- Number. Watching interval. Default:600 Min:60
- g:hatebuWtachDogTargets
- String. Sites where it wants you to watch.
If you want watch only one site, you should specify like following.
:let g:hatebuWatchDogTargets = "http://d.hatena.ne.jp/snaka72/"
If you want watch more than one site, you should specify like following.
:let g:hatebuWatchDogTargets = "['http://d.hatena.ne.jp/snaka72/', 'http://vimperator.g.hatena.ne.jp/snaka72/']"
- g:hatebuWatchDogAlways
- Boole. Make notify every time. (for debug) Default:false