You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was noticed that in Nightly 136 restart_item_in_menu stopped working.
Other scrips do work (for example, editbookmarkspopup_expanded AND search_engine_icon_in_searchbar)
Updating all files within method + script files itself + clearing startup cache did not solve the issue
What should have happened instead?
Menu element is present but clicking on it does nothing
Steps to reproduce the issue?
Enable script, open menu, look for the restart item
Screenshots (drag and drop images into this post):
System information
OS & OS version: Win 10x64
Firefox or Thunderbird: Firefox Nightly
Firefox/Thunderbird version: 136.0a1 (2025-01-22) (64-bit)
Firefox/Thunderbird theme: default
The text was updated successfully, but these errors were encountered:
The reason is what I also wrote about in discussion. Inline event handlers must be converted into event listeners.
In regards to the script in question restart_item_in_menu.uc.js this means that in two places, lines 32 + 33 and lines 48 +49, have to be changed to something like this:
Tried to do the suggested line-swap
The result is quite unexpected: the browser cant to finish loading-in and then restarts itself, ending up in this infinite loop (load-restart) until I revert the change back.
It was noticed that in Nightly 136 restart_item_in_menu stopped working.
Other scrips do work (for example, editbookmarkspopup_expanded AND search_engine_icon_in_searchbar)
Updating all files within method + script files itself + clearing startup cache did not solve the issue
What should have happened instead?
Menu element is present but clicking on it does nothing
Steps to reproduce the issue?
Enable script, open menu, look for the restart item
Screenshots (drag and drop images into this post):
System information
OS & OS version: Win 10x64
Firefox or Thunderbird: Firefox Nightly
Firefox/Thunderbird version: 136.0a1 (2025-01-22) (64-bit)
Firefox/Thunderbird theme: default
The text was updated successfully, but these errors were encountered: