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

Extension Options Panel #60

Open siffegh opened 1 year ago

siffegh commented 1 year ago

Extension Options Panel gone?

aminomancer commented 1 year ago

Can you elaborate? The script is working for me.

Do you mean the unified extensions button? It has the same icon as my extension options panel script, but it's a different thing that's built into Firefox. I hid it in uc-unified-extensions.css since it's not removable like other toolbar buttons, and the panel isn't finished yet. You can unhide it in custom-chrome.css if you want.

#unified-extensions-button:not([hidden]) {
  display: -moz-box !important;
}
siffegh commented 1 year ago

It's still working for me too, I just meant I don't see the original Extension Options Panel code listed here any more.

aminomancer commented 1 year ago

Huh? It's right here https://github.com/aminomancer/uc.css.js#extension-options-panel

siffegh commented 1 year ago

Ah, OK. I was looking at the listing at https://github.com/aminomancer/uc.css.js, not in its JS folder. Are you actually developing the unified extensions button for Moz.?

aminomancer commented 1 year ago

Ah, OK. I was looking at the listing at aminomancer/uc.css.js, not in its JS folder. Are you actually developing the unified extensions button for Moz.?

No, why do you ask?

siffegh commented 1 year ago

Just because they're named the same and I've seen you around bugzilla.