Say someone (evil) has set us a timer with setInterval, but we don\'t know its ID (we don\'t have the reference to the object, that setInterval is returning, no
setInterval
I solved it by using localstorage, saving there the id of the setInterval, and picking up it later in order to clear that interval..