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

debugExtensionInToolbarContextMenu.uc.js v1.5.0 not working #76

Closed siffegh closed 9 months ago

siffegh commented 1 year ago

Describe the bug debugExtensionInToolbarContextMenu.uc.js v1.5.0 isn't working

To Reproduce Steps to reproduce the behavior:

  1. install v1.5.0
  2. clear startup cache

Expected behavior R. click on extension icon should produce the debug option

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Additional context It was working with 1.45.

aminomancer commented 1 year ago

Like the readme says, everything on this repo is designed for use with the Nightly release channel. I can't guarantee anything will work in other release channels, since that would require not updating things to work in Nightly.

aminomancer commented 1 year ago

By the way, you actually shouldn't be on Release channel anymore. Support for Windows 7 and 8 was removed in 115. Release users on those platforms were automatically moved to the ESR channel when updating from 114 to 115. So unless there's some bug, you're already on ESR. And unfortunately I'll never be able to provide ongoing support for ESR, as it will just grow further and further apart from Nightly.

If using the scripts on this repo is important for your workflow, I would advise switching to Windows 10 or 11 so you can install Nightly. If you stay on Windows 7, you'll be on ESR 115 forever, since that will be the last version with Windows 7 support. You'll still get updates (only dot releases) for a while, where small bug fixes will be uplifted into the ESR channel, but you'll never get a major release update (like 116 or 117) again.

If staying on Windows 7 is more important, then you should grab the old versions of the scripts on here. Here is a link to the full repo content from May 26.

siffegh commented 1 year ago

OK, thanks. I don't know why I didn't get switched to ESR, but I'm upgrading to Win11 within the next month anyway.