Just wondering if it is possible to stop the timer (from browser's console) which is set by setInterval
without its timer id and without using browser extensions?
I know that there is no straighforward way possible (without timer id) as per documentation, but are there any workarounds possible?