LibreWolf issue (no more shortcuts in new page) #322
-
Greetings, kudos for your work. I tried to clear startup cache on about:support but this doesn't help. If I open the console with F12 it tells me that the problem is in react-dom.js, it says: "TypeError sectionOrder is undefined". |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This must be TabMixPlus issue, I suggest you to report it here: |
Beta Was this translation helpful? Give feedback.
I managed to solve it somehow. I mention this in case someone else runs into the same problem with LibreWolf.
So, I was sure it wasn't TabMixPlus' fault because the error with the page was there BEFORE installing the extension.
I found out that the problem was the general.config.filename string in config-prefs.js: by calling config.js, it replaced the default value of Librewolf which calls its own config file.
So I copied ALL the settings in librewolf.cfg and pasted them in config.js (in addition to and not in place of the original content, of course). Amazingly, it seems to have worked. Now I'm using TabMixPlus in LibreWolf thanks to your awesome scripts :)