webext icon indicating copy to clipboard operation
webext copied to clipboard

icon styles not applied

Open atomGit opened this issue 6 years ago • 5 comments

comntr 1.3.1

strange - i updated to 1.3.1, set the icon colors in the settings and all was good, but soon after the styles/colors quit working - the icon is black all the time, yet clicking it reveals comments on, for example, the comntr AMO page

atomGit avatar Jun 29 '19 18:06 atomGit

The colors are stored in chrome.storage.sync.set(...). I wonder if the storage is erased somehow. Also, the "sync" API apparently syncs something with other browsers. Perhaps we should switch to chrome.storage.local.set(...).

comntr avatar Jun 29 '19 19:06 comntr

i was wondering where settings are stored - i run a hardened config with FPI enabled, plus Site Bleacher auto-dumps some storage (IDB for one) on a domain basis so yeah, i bet the storage for comntr is getting dumped - all of my other extensions work fine, so wherever it is that most extensions store stuff seems to work - if i look at the folders in my profile, a lot of extensions are using /storage/default

atomGit avatar Jun 29 '19 19:06 atomGit

What about uBO? Does it manage to keep its settings?

comntr avatar Jul 04 '19 09:07 comntr

yes how did you know i have uBO installed?

atomGit avatar Jul 04 '19 11:07 atomGit

Someone who has more privacy extensions installed than I do, must surely have uBO :)

comntr avatar Jul 08 '19 06:07 comntr