-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[BUG]Again, the script stopped working due to new changes in Nightly 136a. (Old issue: The keyboard shortcut functionality and the context menu option of the Private Tabs script stopped working in Firefox Nightly). #109
Comments
What fx-autoconfig version? |
fx-autoconfig version 0.10.4 I understand that this is the latest version |
I just found something, I do not know if it can be useful, apparently it is related to these changes: |
That's a useful clue, thanks. Try updating to 1.4.0 in 3f426af |
I tried version 1.4.0 and it doesn't seem to work, now even the new private tab button doesn't appear. I went back to the previous version to see if it wasn't a problem with the installation, and version 1.3.3 works 🤷♂️ |
Can you show me the browser console logs for 1.4.0? And you're still using fx-autoconfig 0.10.4? |
Gotcha, I made a mistake with the hotkey registration. Give 1.4.1 a try, in 361b324. |
Yes, the new version works in nightly, again thanks for fixing it I close the issue. |
Again, I reopen the issue. The script stopped working again due to these new changes that were implemented nightly on 01/23/2015: |
Ah, that's a big problem. They removed JSM support, including Without that, we would need to use the public I will experiment with it when I have time, but you may need to remind me. If you want, you can try replacing As for the release cycle, it makes no difference really. There is a constant influx of changes. This just happens to be a big one, but there will be others in 137. |
Link to the file containing the bug
https://github.com/aminomancer/uc.css.js/blob/master/JS/privateTabs.uc.js
Describe the bug
Some of the functionality of the Private Tabs script stopped working in Nightly 136a, specifically the shortcut Ctrl+Alt+P and the option to open a link in a new private tab in the context menu when right-clicking a link does not work either, clicking the option does nothing.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Pressing Ctrl+Alt+P opens a new private tab.
Clicking the Open link in new private tab option opens a new private tab.
Desktop (please complete the following information):
Additional context
The script is fully functional up to Firefox version 135 beta, from nightly 136 on some features of the script start to fail, the new private tab button in the tab bar remains functional.
The text was updated successfully, but these errors were encountered: