ThomazPom / Moz-Ext-UltimaDark

Web Extension that uses agressive technique to get dark mode everywhere
12 stars 3 forks source link

UltimaDark fails to dermine some colors on front en #35

Closed ThomazPom closed 7 months ago

ThomazPom commented 7 months ago

https://www.theguardian.com/international

is_color_function returns an empty string from front end image

ThomazPom commented 7 months ago

Fixed in is_color function with following code result = computedStyle.backgroundColor || possiblecolor; // Sometimes on frontend, computedStyle is empty, idk why. Looks like a bug in browser