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

Remove dynamic theme when darkreader-lock is detected early #9914

Merged
merged 2 commits into from Sep 24, 2022

Conversation

Gusted
Copy link
Contributor

@Gusted Gusted commented Sep 24, 2022

- Currently if `document.head` is already available to Dark Reader(and
thus doesn't need to run a mutationobserver), it wouldn't remove the
`darkreader-fallback` element when a `<meta name="darkreader-lock">` was
found.
- Resolves #9802 (reply in thread)
@Gusted Gusted merged commit 830468c into main Sep 24, 2022
@Gusted Gusted deleted the remove-style-on-meta branch September 24, 2022 18:58
kaixokkiten added a commit to kaixokkiten/darkreader that referenced this pull request Oct 10, 2022
* Fix for documentfoundation.org (darkreader#9616)

- Fix LO logo.

* Fix for darkreader#9617 (darkreader#9624)

Fix for darkreader#9617 - messenger.com and messenger through facebook.com

* Fix for redis.io (darkreader#9625)

- Resolves darkreader#9622

* Update dark sites (darkreader#9618)

* Fix for gigabyte.com (darkreader#9626)

- Resolves darkreader#9623

* Fix for fau.de (darkreader#9615)


Co-authored-by: thatDudo <someone747@gmx.de>

* Fix for gadzetomania.pl (darkreader#9628)

- Invert header logo/

* Fix for several sites (darkreader#9629)

- Fix openoffice.org
- Fix panerabread.com
- Fix pcloud.com
- Fix petri.com
- Fix primatelabs.com
- Fix actioncardapp.com
- Fix barnesandnoble.com
- Fix broadcom.com
- Fix gamestop.com
- Fix godfathers.com
- Fix lifelock.com
- Resolves darkreader#9523
- Resolves darkreader#9522

* Fix for www.searchenginejournal.com (darkreader#9630)

- Invert logo.

* Bump dependencies (darkreader#9631)

 - includes two improvements I filed for @types/chrome
 - the code changes are necessary to tell browsers that program wants to explicitly ignore promise returned by sendMessage and accommodate for DefinitelyTyped/DefinitelyTyped#61644
 - there are no substantial changes in built output

* Fix for iflscience.com (darkreader#9633)

- Invert logo.

* Fix for dominos.com (darkreader#9634)

* Fix edge-case for webkitMask (darkreader#9638)

- The default value isn't `none` for Chromium, but has a bunch of other values. So instead use `startsWith('none')`.

* Re-enable onColorSchemeChange on all builds (darkreader#9619)

 - enable onColorSchemeChange on all builds
 - fix media query listener registration

* Get correct frameId in `sendMessage` (darkreader#9639)

- The current frameId was actually the index of the item within the `frames` array. This patch fixes that by changing the position of `frameId`, so it will get the actually stored frameId variable from the array, instead of the index.
- Resolves darkreader#9575

* Fix for corriere.it (darkreader#9640)

- Invert footer.

* Fix for render.com (darkreader#9648)

- Resolves darkreader#9642

* Fix for dexie.org (darkreader#9650)

- Resolves darkreader#9646

* Fix for pbs.org (darkreader#9649)

- Resolves darkreader#9645

* 4.9.57

* Bump dependencies (darkreader#9667)

* fix for strava.com (darkreader#9666)

* fix for strava.com

Some svg color problems fix.

* fix for facebook.com (darkreader#9668)

fix for posts with background images.

* Refactor: compile out StorageManager if not used (darkreader#9669)

* Refactor: compile out platform-specific code (darkreader#9671)

* CI: check NPM dependencies (darkreader#9674)

* Fix for avlab.pl (darkreader#9654)

- Fix selectors

* Fix for mail.google.com (darkreader#9655)

- Fix calendar icon in planned events.

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Fix for justtherecipe.com (darkreader#9679)

- Resolves darkreader#9660

* Fix for adguard-dns.io (darkreader#9658)

- logo
- the map of servers

* Add dark site (darkreader#9662)

* Use rollup-plugin-typescript2 for debug builds (darkreader#9680)

* Refactor: create AutomationMode enum (darkreader#9682)

* fix for facebook.com (darkreader#9689)

* fix for facebook.com

Removed last fix for posts with background. (it broke some places in whole facebook as fb uses same classes in many places.)
Added text shadow to textxs in posts with background... It fixes not readable text and not darkens backround.

* Fix for vpn.getadblock.com (darkreader#9701)

- Resolves darkreader#9665

* Fix for daily.afisha.ru (darkreader#9675)

- Invert logo.

* Fix for microsoft.com (darkreader#9702)

- Resolves darkreader#9673

* Add dark site (darkreader#9678)

* Fix for cloudflare.com (darkreader#9683)

Remove bright background image in the banner at the top of homepage.

* Add dark site (darkreader#9686)

* Fix for auth.adguard.com (darkreader#9694)

- Invert logo.

* Fix for fckng-serious.de (darkreader#9693)

* Fix for pixabay.com (darkreader#9703)

- Resolves darkreader#9690

* Update Dark Reader PT-BR translation (darkreader#9695)

* Fix for vjudge.net (darkreader#9653)

- Fix homepage.
- Fix score colors.

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Fix for g1.globo.com (darkreader#9704)

- Resolves darkreader#9699

* Fix: restore variables used by bundle-api script (darkreader#9706)

Partially revert e416cb3 which caused a regression in darkreader.js

* fix for last.fm (darkreader#9707)

fix for black facebook and twitter icons on report page

* fix for garmin.com (darkreader#9708)

invert for black pause icon on activity map during play

* Use a dedicated color scheme watcher in MV3 (darkreader#9711)

* Fix for www.songsterr.com (darkreader#9718)

- Resolves darkreader#9691

* fix for gog.com (darkreader#9725)

Fixed dark play icon on movies.
Set original light color for dark and light mode.

* fix for last.fm (darkreader#9726)

fix for very dark play button on artist/album page

* Fix for novelgames.com (darkreader#9734)

- Resolves darkreader#9692

* Fix for town-of-salem.fandom.com (darkreader#9735)

- Resolves darkreader#9698

* Fix for patreon.com (darkreader#9736)

- Resolves darkreader#9700

* Add dark website (darkreader#9685)

* Remove joinmastodon.org (darkreader#9719)

They have recently revamped the project's website which now includes most of the explainer content being on a white background

* Fix for docs.google.com/picker (darkreader#9737)

- Resolves darkreader#9710

* Fix for anvaka.github.io (darkreader#9738)

- Resolves darkreader#9714

* Fix for dexie.org (darkreader#9739)

- Resolves darkreader#9717

* Better detection for text color property in variables (darkreader#9740)

- Use a unified function to detect if a property is a text color property or not.
- Add `-webkit-text-fill-color` to current text color property.
- Resolves darkreader#9720

* Remove old fixes (darkreader#9741)

- These fixes haven't been used or touched for years. They were once
used, but now we're using the more modern `.config` files. They will be
removed with this patch, as they serve no purpose to still be here.

* Fix for paypal-doladowania.pl (darkreader#9723)

- Fix logos

* Fix for santander.pl (darkreader#9724)

* Fix for freecodecamp.org (darkreader#9742)

- Resolves darkreader#9728

* Fix for nero.com (darkreader#9743)

- Resolves darkreader#9730

* Fix for cyberlink.com (darkreader#9744)

- Resolves darkreader#9729

* Fix for several sites (darkreader#9745)

- Fix canakit.com
- Fix mariadb.org
- Fix mongodb.com
- Fix restaurantji.com
- Fix similarweb.com
- Fix techpowerup.com
- Fix squareup.com
- Fix ti.com
- Fix towersemi.com
- Fix trendmicro.com
- Fix usbank.com
- Fix vercel.com
- Fix webroot.com
- Fix weightwatchers.com
- Fix westerndigital.com
- Fix winzip.com
- Fix wxwidgets.org
- Resolves darkreader#9635 
- Resolves darkreader#9636

* Fix for westlaw.com (darkreader#9746)

- Resolves darkreader#9688

* [skip ci] Add information about how to force a sync (darkreader#9749)

- Due to the current technical implementation, it won't force a synchronization with the server when the user enable this option. Add the appropriate information to force a synchronization with the server.

* Fix for whatsapp.com (darkreader#9747)

- Try to restore the QR as much as possible (likely increase stability to scan this QR code?)
- Attempt to fix the issue darkreader#9659

* Fix: make StateManager ignore irrelevant changes (darkreader#9752)

* Refactor: convert isNonPersistent into a constant (darkreader#9754)

* Fix for freesound.org (darkreader#9756)

- Resolves darkreader#9753

* Fix for laczynasnapiecie.pl (darkreader#9760)

* Add a TODO note to handle incorrect condition (darkreader#9771)

- Just a small patch to add a public TODO, that explains about that the current condition is breaking real-world examples(see source code) of incorrectly handling how to modify colors that partially has variables.
- Found while looking at darkreader#9722

* Fix for apple.com/leadership/ (darkreader#9772)

- Resolves darkreader#9761

* Fix for slazag.pl (darkreader#9765)

* Fix for apkpure.com (darkreader#9773)

- Resolves darkreader#9766

* Fix for coursera.org (darkreader#9767)

- Fix coursera videos

* Fix for partitionwizard.com (darkreader#9769)

- Fix background

* Fix for ovhcloud.com (darkreader#9770)

- Make select boxes more readable

* fix for ipko.pl (darkreader#9774)

fix for one more picture size broken

* Fix for AssetPanda + One.UF (darkreader#9709)

- Fix background.

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Build: add debug and watch mode for API builds (darkreader#9783)

* Bump dependencies

* Add dark site (darkreader#9780)

* Update Catppuccin to latest version (darkreader#9781)

The latest version of Catppuccin includes an official dark theme, "Catppuccin Mocha," as well as an official light theme, "Catppuccin Latte."
The latest version of Catppuccin for Dark Reader is available here: https://github.com/catppuccin/dark-reader

* Fix for overreacted.io (darkreader#9768)

- Fix background-color.

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Fix for ang.pl (darkreader#9794)

- Resolves darkreader#9784

* Add Spanish (Latin America and Caribbean) locale (darkreader#9785)



Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Fix for zrzutka.pl (darkreader#9791)

- Fix logo.

* Add dark sites (darkreader#9789)

* Fix for mail.google.com (darkreader#9795)

- Remove inversion for composition buttons (see darkreader#1065)
- Add invert for "Get Add-ons" in right-sidebar
- Resolves darkreader#9419 (comment)

* Fix for vmware.com (darkreader#9775)

- Fix banner

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Fix for bienici.com (darkreader#9806)

- Resolves darkreader#9797

* Fix for debian.org (darkreader#9798)

* Fix for brightspace.rug.nl (darkreader#9762)

- dropdown menus being fully transparent when in dark mode
- borders of the dropdown entries and course cards being too light
- absence of selection colours
- border that's not supposed to be visible

* Remove devtools icon (darkreader#9807)

- Currently it doesn't give any valuable information to the user, it's not even accurate. Thus removing it, to make the UI a bit *nicer* and make the button more uniform as the other buttons.
- The icon on the devtools button that displays when you make changes in the devtools is removed by this patch.

* Refactor: use correct types (darkreader#9810)

* Bump dependencies (darkreader#9811)

* Build system: fix code style task (darkreader#9813)

* Build: format API builds (darkreader#9814)

* Fix for allegro.pl (darkreader#9815)

- Fix SMART logo.

* Fix for practicum.yandex.ru (darkreader#9816)

- Invert logo.

* Refactor: use proper ThemeEngine enum (darkreader#9821)

* Added dark sites (darkreader#9819)

* Fix for allegro.pl (darkreader#9820)

- Fix seller logo.

* Exclude dropbox from pdf check (darkreader#9841)

- Resolves darkreader#9817

* Fix for scroll.morele.net (darkreader#9825)

- Fix logo.

* Fix for gotquestions.org (darkreader#9842)

- Resolves darkreader#9828

* Fix for browserleaks.com (darkreader#9830)

- Fix body.

* Fix for help.nextdns.io (darkreader#9837)

- Fix header.

* Only style `<a>` with a href link (darkreader#9843)

- This patch changes the behavior of the user agent styling for the `<a>` element. It will only modify the color of `<a>` if it has a link(thus a `href` attribute), this will leave alone those without any link, thus a more user-agent styling matching behavior.
- Resolves darkreader#9836

* Fix for mint.intuit.com (darkreader#9844)

- Invert dark y axis ticks on bar graphs in trends
- Remove bright backgrounds behind dashboard card sections
- Ignore inline style for pie chart colors in trends

* Add dark site (darkreader#9871)

- Resolves darkreader#9833

* Add dark sites (darkreader#9849)

dbdicontoolbox.com/web - Dark Reader hides the background when it's on
loldle.net - no effect, already dark
splatoon.nintendo.com - removes some green colors of some buttons

* Fixes for multiple sites (darkreader#9827)

- Fixes for multiple Paramount Global sites (cmt.com, vh1.com, tvland.com, paramountnetwork.com, logotv.com, bet.com) and for atlassian.net (creating separation between the cards in a dashboard on jira cloud)

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Remove invalid dark sites (darkreader#9854)

* Fix for mail.jwpub.org/owa (darkreader#9872)

- Resolves darkreader#9663

* Fix for gog-games.com (darkreader#9863)

- Fix selectors.

* Add dark site (darkreader#9856)

* Fix for streamable.com (darkreader#9866)

- Fix selectors.

* Fix for zaid-ajaj.github.io (darkreader#9873)

- Resolves darkreader#9855

* Revert "Only style `<a>` with a href link (darkreader#9843)" (darkreader#9874)

- Resolves darkreader#9870
- This reverts commit 50ab9b9.

* Fix for inet.se (darkreader#9840)

- Fix menu icons.

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Improve Hebrew Language (darkreader#9808)



Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Fix for github.com (darkreader#9865)

- Fix border for sign in.

* Fix for rynek-kolejowy.pl (darkreader#9868)

- Fixes logo's.

* Fix for rememberthemilk.com (darkreader#9864)

- Fix border of task authoring.

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Bump dependencies (darkreader#9877)

* Fix for pcgamer.com (darkreader#9712)

- Fixes darkened product images and store logos on all of the hardware buying guides found on the site

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Fix for account.microsoft.com (darkreader#9876)

- Fix logo.

* Fix for tuwroclaw.com (darkreader#9879)

- Fix icons/logo.

* Remove newlines within CSS URL value (darkreader#9886)

- Before we try to match the contents of CSS URL, remove all newlines/multines before parsing it via regex, otherwise the `.` regex character will fail to match the contents, as it doesn't match any linebreaks by default.
- Resolves darkreader#9862

* Fix for pureinfotech.com (darkreader#9878)

- Fix big letter.

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Fix for terraria.wiki.gg (darkreader#9881)

- Fix header, search icon and header.

* Fix for bankier.pl (darkreader#9884)

- Fix stock quotes.

* Fix for muratordom.pl (darkreader#9883)

- Fix header logo.

* Fix for allegro.pl (darkreader#9882)

- Fix savings section.

* Fix for blogs.windows.com (darkreader#9887)

- List icon.
-

* Fix for neowin.net (darkreader#9888)

- Fix icons.

* Serbian Help translation is available (darkreader#9890)

* 4.9.58

* Fix for neowin.net (darkreader#9889)

- Fix comment section.

* Add extra logging to `getBgImageModifier` (darkreader#9913)

- Add extra logging to the `getBgImageModifier`, so every code path is now covered by logging.
- This should help with debugging darkreader#9796

* Fix for centrum24.pl (darkreader#9894)

- Fix close button.

* Fix for drvhub.net (darkreader#9896)

- Fix hero.

* Fix for hp.com (darkreader#9895)

- Fix icons
- Fix download section.

* Fix for ubisoft.com (darkreader#9898)

- Fix menu and global navigation.
- Resolves darkreader#9893

* Remove dynamic theme when darkreader-lock is detected early (darkreader#9914)

- Currently if `document.head` is already available to Dark Reader(and thus doesn't need to run a mutationobserver), it wouldn't remove the `darkreader-fallback` element when a `<meta name="darkreader-lock">` was found.
- Resolves darkreader#9802 (reply in thread)

* Fix: two race conditions during background startup (darkreader#9917)

- call Extension.init() on every BG startup
- explicitly initialize ConfigManager on every startup

* Refactor: UserStorage.loadSettings() loads data only once (darkreader#9920)

* CI: run browser tests on Chromium (darkreader#9926)

- Create Jest configuration for Chrome MV3 build
- Add retries for flaky tests
- Use xvfb to mock a display server
- Do not run these tests on Firefox because of a profile bug (still WIP)

* Bump dependencies (darkreader#9930)

* fix for facebook.com (darkreader#9927)

Added fix for background button color.

* CI: allow flaky browser test failures (darkreader#9932)

Follow-up to commit 68288c2.

* CI: use NodeJS 16 everywhere (darkreader#9931)

* Linter: lint cjs and mjs files (darkreader#9936)

* Fix for businessinsider.com.pl konto.onet.pl (darkreader#9901)

* Fix for accounts.spotify.com (darkreader#9904)

- Invert logo.

* Fix for Polska Press (darkreader#9902)

- Merges fixes.

* Add dark site (darkreader#9910)

* Be stricter towards last slash (darkreader#9939)

- Currently `example.com/help/` would match `example.com/helpme` URL,
this is incorrect as the user explicitly specifies the last slash. This
patch fixes that by making the last slash mandatory for the URL
matching.
- Resolves darkreader#9905

* Fix for www.leagueoflegends.com darkreader#9915)

- Fix nav bar appearing white in dark mode

* Fix for objectclub.jp (darkreader#9934)

- Resolves darkreader#9918

* Add dark site (darkreader#9921)

* Fix for architekturaibiznes.pl (darkreader#9925)

* Fix for kapitanbomba.pl (darkreader#9928)

- Fix logo in header.

* Fix for allegro.pl (darkreader#9938)

- Remove fix for SMART logo.

* Fix for easybib.com (darkreader#9935)

- Fix hamburger menu.

* Add dark sites (darkreader#9911)

* Refactor: avoid tab.url in TabManager.getActiveTab() (darkreader#9956)

Filter results of chrome.tabs.query() via windowType 'normal' instead of tab.url.startsWith().

* Fix for neowin.net (darkreader#9941)

- Fix selectors.

* Fix estadao.com.br (darkreader#9899)

- Resolves darkreader#9892

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Fix fof printables.com (darkreader#9929)

- Fix logo.
- Fix border colors.

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Fix for mobile.bg (darkreader#9942)

- Fix promoted listings.

* Fix for security.org (darkreader#9944)

- Fix logo's.
- Fix other images.

* Add dark site (darkreader#9943)

* Fix for patreon.com (darkreader#9950)

- Fix icon of menu button.

* Fix for kaldata.com (darkreader#9959)

- Resolves darkreader#9948

* Fix for practicum.yandex.* (darkreader#9960)

- Fix logo inversion (so it only inverts when it's dark).
- Invert burger menu icons.
- Invert progress bar when completing lessons.

* Fix for surfboard.com (darkreader#9961)

- Resolves darkreader#9955

* Fix for practicum.yandex.* (darkreader#9962)

- Invert the round progress icon of the entire course.

* MV3: remove tabs permission (darkreader#9958)

* Refactor: use openExtensionPage() consistently (darkreader#9964)

* fix for strava.com (darkreader#9966)

Added invert to two icons that was invisible in dark mode.

* Fix and refactor openExtensionPage() (darkreader#9970)

* Message about local file access permission (darkreader#9954)

* Fix for allegro.pl (darkreader#9968)

- Fix new smart logo selector in results.

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Revert "Fix for allegro.pl (darkreader#9968)" (darkreader#9977)

This reverts commit 708eb2e.

* Fix for booking.com (darkreader#9967)

- Fix search input's background.

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Add dark site (darkreader#9972)

* Tests: build extension only once (darkreader#9979)

* Fix for practicum.yandex.ru (darkreader#9980)

- Invert background for quiz tasks.

* Refactor: compile out some more code (darkreader#9981)

* Multiple minor fixes and refactors (darkreader#9978)

* Fix regression introduced in commit 8cb71f4 (darkreader#9982)

* Fixes for GitHub.com loggedout homepage (darkreader#9983)

* Fix for abiturma.de (darkreader#9984)

All latex images need to be inverted

* Tool for automatic dependency upgrades (darkreader#9987)

* Bump dependencies (darkreader#9988)

* Fix: increase NodeJS memory limit for all build tasks (darkreader#9989)

* Descriptive message in settings import (darkreader#9990)

- Add descriptive messages during settings import
- Use standard validateSettings() util instead of custom buggy getValidatedObject()

* MV3: add options_ui manifest key (darkreader#9992)

* Fix for soha.vn  (darkreader#9971)

- Manually darken the site.
- Resolves darkreader#9957

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Revert "Fix for abiturma.de (darkreader#9984)" (darkreader#9993)

- Resolves darkreader#9991
- This reverts commit 94af640.

* Fix for bienici.com (darkreader#9976)

- Resolves darkreader#9797 (comment)

* Fix for abiturma.de (darkreader#9994)

- Resolves issue mentioned in darkreader#9984

* Fix for manjaro.org (darkreader#9924)

- Fix download CDN logo.

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Fix for allegro.pl (darkreader#9986)

- Fix banners.

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Fix for esbuild.github.io (darkreader#9996)

- Fix for esbuild.github.io
- Fix for stackoverflow.com

* Fix: hide "System" Automation option in Chromium on Linux (darkreader#9998)

* Update blog feed URL (darkreader#10001)

* Add fix for Microsoft Edge download page (darkreader#10002)

* CI: fix browser tests and disallow failing on CI (darkreader#10003)

Follow-up to 68288c2 which fixes browser tests on Chromium and makes them mandatory for CI to pass.

* Fix for lambdatest.com (darkreader#10006)

- Fix logo.
- Resolves darkreader#10005

* Injection test: allow omitting CHROME_TEST and FIREFOX_TEST

* fix for messenger (darkreader#10010)

fixed changed class in css

* fix for facebook.com (darkreader#10012)

Fix for changed class - button backgrounds.

* fix for facebook.com (darkreader#10014)

final fix for buttons background

* facebook.com fix (darkreader#10015)

revert all fixes for button backgrounds as it breaks when dark reader is enabled for light mode of facebook.

* fix for facebook.com (darkreader#10016)

Working fix for button backrounds in both light and dark version of FB. (still as class fix)

* CI: improve browser tests (darkreader#10017)

* CI: fix race conditions in browser tests (darkreader#10019)

* fix for olx.pl (darkreader#10020)

Fix for inverted images.

* Fixes for asana.com (darkreader#10021)

* Fix for comsol.com (darkreader#10023)

- Resolves darkreader#9999

* Fix for tass.ru (darkreader#10013)

- Invert logo.
- Invert App Store logo.
- Fix background color for carousel.

* Fix for hm.com (darkreader#9676)

- Fix size display.
- Fix stars.

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Fix: settings export in Kiwi browser (darkreader#10026)

* Fix: check for null in removeCSSRulesFromSheet (darkreader#10029)

* Fixes for developers.facebook.com (darkreader#10032)

* Fix "Back" button in settings on mobile (darkreader#10036)

* Fix for cloud.google.com (darkreader#10040)

- Resolves darkreader#10025

* Add dark site (darkreader#10030)

* Fix for final-fantasy.ch (darkreader#10009)

- Fix white-on-white text

Co-authored-by: Gusted <williamzijl7@hotmail.com>

* Fix for steamdeck.com (darkreader#10033)

- Fix availability page.

* Fix for accounts.hetzner.com (darkreader#10027)

- Invert dropdown menu icons

* Fix for wikipedia.org (darkreader#10039)

- Fix Wiktionary logo.

* Fix for adguard-vpn.com (darkreader#10038)

- Invert logo.

* Fix for Hetzner services. (darkreader#10041)

- Fix logo

* Fix for my.account.sony.com (darkreader#10044)

- Invert background image.

* Fix for fivethirtyeight.com (darkreader#10045)

- Fix text in charts on homepage sidebar and chart forecast pages.

* Fix for narrativ.com (darkreader#10051)

- Fix logo.

* Fix for www.linuxcollections.com (darkreader#10057)

- Resolves darkreader#10048

* Fix for discovery.endeavouros.com (darkreader#10058)

- Resolves darkreader#10049

* Fix typo (darkreader#10059)

* Fix for cdn5.dcbstatic.com (darkreader#10028)

- Fix list markers.
- Remove background image.

Co-authored-by: FadeMind <fademind@gmail.com>
Co-authored-by: Myshor <patryk.lachan@gmail.com>
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Co-authored-by: q1800 <95879668+q1800@users.noreply.github.com>
Co-authored-by: thatDudo <58403773+thatDudo@users.noreply.github.com>
Co-authored-by: thatDudo <someone747@gmx.de>
Co-authored-by: Anton Bershanskiy <45960703+bershanskiy@users.noreply.github.com>
Co-authored-by: Pat Nafarrete <pnaf@users.noreply.github.com>
Co-authored-by: Alexander Shutau <shutovby@gmail.com>
Co-authored-by: Jannis Hell <Primajin@users.noreply.github.com>
Co-authored-by: Piotr Dzoć <71113600+Pdzoc@users.noreply.github.com>
Co-authored-by: Pavel Moiseenko <19418601+rakleed@users.noreply.github.com>
Co-authored-by: Usman Sabuwala (Max Programming) <51731966+max-programming@users.noreply.github.com>
Co-authored-by: @cnagy <3061769+c-nagy@users.noreply.github.com>
Co-authored-by: Jax <80020581+EnhancedJax@users.noreply.github.com>
Co-authored-by: Tiagoquix <30274161+Tiagoquix@users.noreply.github.com>
Co-authored-by: Richard Alison <43037910+KerakTelor86@users.noreply.github.com>
Co-authored-by: Abdulrahman Alfawal <61620817+alfawal@users.noreply.github.com>
Co-authored-by: laker j.v <la@laker.gay>
Co-authored-by: Scott Roberts <mail@scottr.net>
Co-authored-by: Felix Yan <felixonmars@archlinux.org>
Co-authored-by: MohammadEImmam <93059810+MohammadEImmam@users.noreply.github.com>
Co-authored-by: Unlimiter <unlimiter@zoho.com>
Co-authored-by: Cosmo <cosmo@cosmo.red>
Co-authored-by: Burhanuddin Mustafa Lakdawala <burhan.lakdawala32@gmail.com>
Co-authored-by: Mauricio Allegretti <71467262+mauriallegrettiswnat@users.noreply.github.com>
Co-authored-by: kieferro <81773954+kieferro@users.noreply.github.com>
Co-authored-by: Brian <nicelink.brian@gmail.com>
Co-authored-by: Itay Flaysher <43556157+Flaysh@users.noreply.github.com>
Co-authored-by: torma616 <torma616@gmail.com>
Co-authored-by: nyuszika7h <nyuszika7h@gmail.com>
Co-authored-by: Anders Wallenthin <79588398+AnonymusElephant@users.noreply.github.com>
Co-authored-by: lauro figueiredo <laurofgrd@gmail.com>
Co-authored-by: vburun <91507075+vburun@users.noreply.github.com>
Co-authored-by: Robby Bennett <robbycbennett@gmail.com>
Co-authored-by: Sage Williams <101077352+badgerlocke@users.noreply.github.com>
Co-authored-by: Vasiluță Alex <alexv@siluta.ro>
Co-authored-by: Patrick Casey <110115739+patrickbcasey@users.noreply.github.com>
Co-authored-by: Sylvio Mafort <sylviomafort@gmail.com>
Co-authored-by: jheinem1 <70541819+jheinem1@users.noreply.github.com>
Co-authored-by: Daniel Clasen <danielclasen@users.noreply.github.com>
Co-authored-by: ValTM <ValTM@users.noreply.github.com>
Co-authored-by: endze1t <38842789+endze1t@users.noreply.github.com>
Co-authored-by: Kristen Smith <76991009+kristenlynne@users.noreply.github.com>
Co-authored-by: SNokerYT <68678154+SNokerYT@users.noreply.github.com>
Co-authored-by: Myzel394 <50424412+Myzel394@users.noreply.github.com>
Co-authored-by: CodingAlex22 <106489406+CodingAlex22@users.noreply.github.com>
Co-authored-by: Bartłomiej Rudecki <ejbtrd@gmail.com>
Co-authored-by: Steven Ong <stevenong1619@gmail.com>
Co-authored-by: Roland Fredenhagen <dev@modprog.de>
Co-authored-by: Oreloth <dylan.mafille@gmail.com>
Co-authored-by: Gitoffthelawn <Gitoffthelawn@users.noreply.github.com>
Co-authored-by: BenS-ao <115298838+BenS-ao@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant