Aris-t2 / CustomJSforFx

custom scripts
GNU General Public License v3.0
236 stars 22 forks source link

[Fx126] tabstoolbar_doubleclickontab_reloadtab.uc.js - stopped working #110

Closed Haven667 closed 4 months ago

Haven667 commented 4 months ago

Describe the issue:

After the (manual) update from Firefox v125.0.3 to the new v126 the script tabstoolbar_doubleclickontab_reloadtab.uc.js doesn't reload the tab anymore.

What should have happened instead?

Doubleclicking a tab should reload the page.

Steps to reproduce the issue?

Make sure, that you have tabstoolbar_doubleclickontab_reloadtab.uc.js installed in Firefox!

  1. Open Firefox.
  2. Doubleclick a tab to reload the page.

System information:

Haven667 commented 4 months ago

Hello,

I'm really not an expert regarding JS, but replacing BrowserReload(); in line 13 with BrowserCommands.reload(); worked for me.

Regards

Speravir commented 4 months ago

but replacing BrowserReload(); in line 13 with BrowserCommands.reload(); worked

Exactly this. Aris was not active here for a while. I have left an according information a month ago in discussion area.

Haven667 commented 4 months ago

Oh, sorry... I've overlooked the discussion area.

Aris-t2 commented 4 months ago

New file is up.

I'm busy with other non-Firefox things, so I don't check all of these places here as often as before.