uc.css.js icon indicating copy to clipboard operation
uc.css.js copied to clipboard

privatetabs.uc.js not works in Firefox 141

Open Endor8 opened this issue 5 months ago • 2 comments

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

Endor8 avatar Aug 02 '25 12:08 Endor8