gregglind / micropilot

Lightweight event monitoring and observation in Firefox addons.
http://gregglind.github.com/micropilot/
4 stars 2 forks source link

Allow action at specific time #26

Open ilanasegall opened 11 years ago

ilanasegall commented 11 years ago

In addition to lifetime(), function that checks time every x seconds, and has action occur at specific timestamp. Example: self-destruct addon at 5 pm on Friday. Don't enable until 9 am Monday. Add different parameters in the evening.

gregglind commented 11 years ago

I am going to punt on this for now. If you want it, you need to write your own handler. Might be in TP2, or in [gregglind/micropilot-template]