Prerequisites
Website Issue Description
Parts of the website have a dark theme while others don't and have to be processed through dark reader.
Dark theme detection using Dark Reader is unreliable and inconsistent.
Website Address
https://simplywall.st/
Steps To Reproduce
To reproduce the issue would require creating an account and logging in.
Which is perhaps not very practical.
Screenshots
See -> https://simplywall.st/markets/insights
This webpage has a native dark theme which can be defined after login.
This is a screenshot of the webpage with its native dark theme.
Operating System
Microsoft Widows 11
Web Browser name and version
Microsoft Edge Version 148.0.3967.83 (Official build) (64-bit)
Dark Reader version
4.9.125
Additional Context
The website has a data-theme attribute under the body selector.
I have manually added the following code to the Hints Detector Editor:
simplywall.st
TARGET
body
MATCH
[data-theme="dark"]
With this code Dark Reader successfully ignores pages that have a dark theme and darkens pages which don't have any theme defined at all.
Please add this code to Dark Reader making the fix more permanent.
Thank you!
Prerequisites
Website Issue Description
Parts of the website have a dark theme while others don't and have to be processed through dark reader.
Dark theme detection using Dark Reader is unreliable and inconsistent.
Website Address
https://simplywall.st/
Steps To Reproduce
To reproduce the issue would require creating an account and logging in.
Which is perhaps not very practical.
Screenshots
See -> https://simplywall.st/markets/insights
This webpage has a native dark theme which can be defined after login.
This is a screenshot of the webpage with its native dark theme.
Operating System
Microsoft Widows 11
Web Browser name and version
Microsoft Edge Version 148.0.3967.83 (Official build) (64-bit)
Dark Reader version
4.9.125
Additional Context
The website has a data-theme attribute under the body selector.
I have manually added the following code to the Hints Detector Editor:
With this code Dark Reader successfully ignores pages that have a dark theme and darkens pages which don't have any theme defined at all.
Please add this code to Dark Reader making the fix more permanent.
Thank you!