Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Custom settings are not applied on Chrome restart #10261

Open
enerjazzer opened this issue Nov 7, 2022 · 2 comments
Open

[Bug] Custom settings are not applied on Chrome restart #10261

enerjazzer opened this issue Nov 7, 2022 · 2 comments
Labels

Comments

@enerjazzer
Copy link

Bug Report

Website Address

(it's an intranet corporate atlassian bamboo)

Bug Description

On the bamboo page, the current build icon background is almost indistinguishable from black.
I created a custom rule to make it visible:

bamboo.*

INVERT
.current

It works great but upon Chrome restart it's back to black again.
The workaround is trivial - I just go to the DarkReader's Dev Tools and click "Apply" (don't need to change anything there) and it works again until the next restart.

Steps To Reproduce

Create a custom rule.
Hit "Apply" and observe it's working.
Restart Chrome. See it doesn't work upon restart.
Open DevTools and hit "Apply". See it works again.

Expected Behavior

All custom things should be applied upon Chrome restart.

Actual Behavior

Custom things are not applied upon Chrome restart.

System Information

  • OS: Windows
  • Browser: e.g. Chrome 106
  • Dark Reader Version: 4.9.58
@enerjazzer enerjazzer added the bug label Nov 7, 2022
@Gusted
Copy link
Contributor

Gusted commented Nov 7, 2022

Hi @enerjazzer!

The dev tools is not made for permanent changes, so it's possible that the changes are reset(especially if you have enabled the option to sync sites fixes). I'd suggest to use an extension like Stylus to do these changes, in this case the CSS would look like:

.current {
    filter: invert(1) hue-rotate(180deg) contrast(90%) !important;
}

@cipitaua
Copy link

cipitaua commented Apr 5, 2024

duplicate of #10054

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants