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

[BUG] Private Tabs script not working in Firefox 104.0.2 #53

Closed kaos-55 closed 1 year ago

kaos-55 commented 1 year ago

Describe the bug Hi @aminomancer Again bothering you I was testing various scripts from the repository and decided to try private tabs, however apparently the script does not work in Firefox 104.0.2.

To Reproduce Steps to reproduce the behavior:

  1. Firefox clean install
  2. Install Fx-Autoconfig MrOtherGuy (lastest version)
  3. Install privateTabs.uc.js from the repository
  4. Restart Firefox

Expected behavior The private tab icon is displayed in the toolbar but does not appear.

Desktop:

Additional context It is worth mentioning that the other scripts work correctly

aminomancer commented 1 year ago

Like the readme says, none of the scripts on this repo support release builds. Some of them will incidentally work but they're not designed to, and aren't tested on release. When a script stops working in Nightly because something has changed, I update the script immediately. So whatever was necessary to make it work on the new Nightly version is probably going to make it stop working on versions prior to that.

But I guess you could try an old version of the script

kaos-55 commented 1 year ago

Thank you for your reply, now i understand. For not having read the readme 🤦🏿‍♂️

However, I just downloaded the latest version of Nightly to test the script and it doesn't work either, the private tabs icon doesn't appear and the keyboard shortcut doesn't work either.

aminomancer commented 1 year ago

Okay, thanks for the report. I'll take a look at it over the weekend

kaos-55 commented 1 year ago

Thanks. Finally i just tested an older version of the script, specifically 1.2 and it works. Apparently the changes introduced in version 1.2.1 broke the script.

aminomancer commented 1 year ago

Try version 1.2.2, that should work now

kaos-55 commented 1 year ago

Thank you it is fixed, now it works in Nightly. 👍