abstiles / deluminate

An extension for Google Chrome (and Chromium) that inverts the luminance of websites.
BSD 2-Clause "Simplified" License
216 stars 43 forks source link

Microcenter filter text doesn't invert in Smart Invert or Keep Images Normal #748

Closed gmbrinkmann closed 1 month ago

gmbrinkmann commented 6 months ago

What version of Chrome are you using?

Version 123.0.6312.106 (Official Build) (64-bit)

What version of Deluminate do you have installed?

0.7.7

What Operating System are you using?

Windows 11 Enterprise

What is the problem?

Some text (filter criteria) doesn't invert in Smart Invert mode or Keep Images Normal (but does with Invert All Images)

Can you link to a web page that has the problem?

https://www.microcenter.com/category/4294967288/laptops-notebooks

Which Deluminate modes have the problem?

Smart Invert, Keep Images Normal

abstiles commented 2 months ago

Checked this out. It's because for some baffling reason they aren't using real checkboxes, they're using JPEG images of checkboxes as the text background. Possible solutions: image/element size as a heuristic for "smart invert" mode, such that any image below a certain size is never uninverted? Or maybe just a new option that ignores all CSS-specified background images?