uc.css.js
uc.css.js copied to clipboard
privatetabs.uc.js not works in Firefox 141
Hi. Your script privateTabs.uc.js not works at all in Firefox 141. https://github.com/aminomancer/uc.css.js/blob/master/JS/privateTabs.uc.js
Line 65:
This file not exist any more in Firefox resource:///modules/sessionstore/SessionStore.jsm
Instead it should be resource:///modules/sessionstore/SessionStore.sys.mjs
the whole line:
let { SessionStoreInternal, TAB_CUSTOM_VALUES } = ChromeUtils.importESModule(
"resource:///modules/sessionstore/SessionStore.sys.mjs"
);
But there more things to fix . Browser Console shows a lot of errors. Please take a look on it. Thank you. Kind regards Endor