I am using Grease Monkey to refresh a page every 15 minutes. It adds

    setTimeout(function() { document.location.reload(); } , 15 * 60 *
1000);

Works great. Except when I get

    Load Failed
    Reason : no Internet connection

The page isn't lying, I really did lose my internet connection. The
problem is Grease Monkey doesn't get a chance to insert the reload
magic on this page, and it never refreshes. The URL is the same as the
intended page, so I figure if Grease Monkey were not cut out when the
load failed, it certainly would all work.

Can Grease Monkey be given a chance to run always? (Perhaps an option
is called for so that scripts which can't handle the error page won't
just break.)

Thanks,
Craig.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"fluidapp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/fluidapp?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to