Is there a way to stop setInterval without its timerId?

Just wondering, is it possible to stop a timer (from the browser console) that is set setIntervalwithout its timer identifier and without using browser extensions?

I know there is no possible path (without timer id) according to the documentation, but are there any workarounds possible?

+2
source share

All Articles