7^6
7^6
@onemen @xiaoxiaoflood is lost contact for so long may be consider put all these in a fork?
> maybe @xiaoxiaoflood can update us about what are the plans for this repository > Last commit by xiaoxiaoflood was made on February 25, 2023 (4.5 months ago), so it...
> Thanks for this, it probably explains why I'm suddenly having context menu problems with DTA in 117. > > xiaoxiaoflood is still around, he posts at Reddit as tustamido:...
```edit.js``` ```js const { NetUtil } = ChromeUtils.import('resource://gre/modules/NetUtil.jsm'); let require; try { ({ require } = ChromeUtils.import('resource://devtools/shared/loader/Loader.jsm')); } catch (e) { // tb91 ({ require } = ChromeUtils.import('resource://devtools/shared/Loader.jsm')); } docShell.cssErrorReportingEnabled...
Tried fix 1 & 2, no idea about 3 yet. Replace the folder in ```utils```. [styloaix.zip](https://github.com/xiaoxiaoflood/firefox-scripts/files/13761131/styloaix.zip)
> For me the config.sys makes the browser unresponsive (115 on Arch Linux). There's just the clear (tock) Ui with no possibility to enter or click anything. https://github.com/onemen/TabMixPlus/issues/233#issuecomment-1624025716
> I am using `ChromeUtils.importESModule` and `ChromeUtils.defineESModuleGetters` for Fireofx files that ends with `.sys.mjs` > > see https://github.com/onemen/TabMixPlus/blob/main/addon/modules/ChromeUtils.jsm > > Do you see any problem with Tab Mix Plus? @onemen...
@onemen Just realize this will cause bootstraploader script stop working. I've reviewed loader script again I think we can have a solution by set legacy addon's sign state to 'not...
@onemen > We will have to change all `Tab Mix Plus` and `Firefox scripts` jsm files to be es6 modules First attempt of BootstrapLoader.jsm . Left some that are not...
> @117649, > > try to turn `BootstrapLoader.jsm` to `BootstrapLoader.sys.mjs` and use `ChromeUtils.importESModule` in config.js NO. `BootstrapLoader.jsm` does not export any object so I'll try `Services.scriptloader.loadSubScript` first. But before any...