-
reconbot Already have a test case for that and a solve. Now I have to handle MutationObserver, which I can't overwrite like I can setInterval.
-
reconbot It's super frustrating actually, because in other situations I can set up a setInterval with a debugger statement to stop execution and keep the browser from going wild, but MutationObserver changes triggered inside MutationObserver somehow just take up the entire execution queue
-
reconbot So I have to kill the browser with Activity Monitor every time >.<