-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Crashes some webpage scripts #623
Description
Darkreader does not appear to be sufficiently isolated. In particular it can cause webpage scripts to crash with the error Uncaught TypeError: Cannot read property 'childNodes' of undefined.
Two examples are:
-
The javascript real-time debugger used by elm-reactor (part of the developer tools from http://elm-lang.org.
-
The app hosted at https://ellie-app.com/
To reproduce the problem.
-
Activate Dark Reader
-
Visit https://ellie-app.com/
-
Open the browser's javascript console.
-
Accept the terms and conditions to launch the app.
The result is that the app crashes while loading as can be seen from the javascript console.
Without Dark Reader the app runs without problem, and this is not the only app to have this problem, so it is definitely something Dark Reader is doing.