Try setInterval(function(){isTimedOut();}, 10000);
quote:
Originally posted by matty
Ultimately it would be nice to gain access to the variable that deals with the timeouts but I cannot seem to figure out how. Still new to GM.
unsafeWindow should work, but it's not recommended to use it. Using a
location hack should work too.