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] enterInUrlbarToRefresh.uc.js not working on Firefox 106? #57

Open ericpa06 opened 1 year ago

ericpa06 commented 1 year ago

Hi, I think enterInUrlbarToRefresh is not working on Firefox 106 (Firefox 106.0b2). You press enter and nothing happens, not even normal run-of-the-mill URLs without the # on them. It might be something wrong with my setup, but it's worth an investigation I think. As always, thank you very much for your attention and sorry to bother.

sakanatha commented 1 year ago

Yes its not

aminomancer commented 1 year ago

Any browser console logs?

sakanatha commented 1 year ago

No, "paste and go" doesnt work either

Sneakpeakcss commented 1 year ago

I also had this problem when i was testing animateContextMenus, but i thought it was only because i did a really fast installation and some scripts were interfering with each other.

Turns out the problem still happens when enterInUrlbarToRefresh.uc.js is the only script.

Error only shows when making an action in urlbar, not on launch: image

This happens whenever you press enter in urlbar, use paste and go, or even choose url with mouse in dropdown.

Firefox Nightly (107.0a1)

aminomancer commented 1 year ago

Yeah looks like it needs to be updated for ESMification. I've just been pretty busy and don't test those scripts frequently

ericpa06 commented 1 year ago

Thank you aminomancer, sakanatha and Sneakpeakcss.