gorhill / uBlock

uBlock Origin - An efficient blocker for Chromium and Firefox. Fast and lean.
GNU General Public License v3.0
46.33k stars 3.1k forks source link

element-picker: Declare we support both light and dark color-schemes. #3872

Closed emilio closed 2 years ago

emilio commented 2 years ago

This fixes https://github.com/uBlockOrigin/uBlock-issues/issues/2240 and should get the desired behavior regardless of browser.

Delay showing the iframe until load to prevent flashing a white background on the initial about:blank.

gorhill commented 2 years ago

Thanks, that solution is beyond what I could have done with my limited understanding of the issue.