I want to detect the DOM changes using MutationObserver
on web page https://www.baidu.com/
in Tampermonkey script in Chrome.
When I refer to MutationObserver
in the Tampermonkey script, it is always null. It seems the original js script in the web page sets MutationObserver
to null.
Is there a way to recover MutationObserver
so I can use the feature normally?