Disable timers on current web page
in console write the following command
let id = setTimeout(() => {}, 0); while (id--) { clearTimeout(id); clearInterval(id); }
Software Developer, Programming, Web resources and entertaiment. Desarrollo de software, programación, recursos web y entretenimiento.
Disable timers on current web page in console write the following command let id = setTimeout(() => {}, 0); while (id--) { clearTimeout(...
No comments:
Post a Comment