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?
source
share