aminomancer / uc.css.js

A dark indigo CSS theme for Firefox and a large collection of privileged scripts to add new buttons, menus, and behaviors and eliminate nuisances. The theme is similar to other userChrome stylesheets, but it's intended for use with an autoconfig loader like fx-autoconfig, since it uses JavaScript to implement its more functional features.
Other
326 stars 27 forks source link

fix: data URL not extracted in recent version of FF #93

Closed morags closed 3 months ago

morags commented 3 months ago

Search engine icons have been missing from the addon in recent FF. This commit fixes the problem.

morags commented 3 months ago

Done.

Re: checking if iconData/iconURL exists - doesn't iconURL => {...} only get called if the promise returns an object, making the check redundant?