Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

000-reuseBlankTabIfCcurrentTab.uc.jsが動作しません #78

Open
ifthenelsefornext opened this issue Sep 29, 2023 · 0 comments
Open

Comments

@ifthenelsefornext
Copy link

ifthenelsefornext commented Sep 29, 2023

firefoxESR115の環境にてブックマークを右クリックをして「ブックマークをすべて開く」を選択しても、000-reuseBlankTabIfCcurrentTab.uc.jsが動作しません。
ブラウザコントロール画面で確認するとLOAD_FLAGS_NONE is not definedというエラーが発生しています。
eval("gBrowser.loadTabs = function " + func.replace(/^function/, ''));
で出力される関数がESR102の時と違うようですが、同じ関数になるようにコピペしてもエラーは発生しませんが正常動作はしません。
修正対応していただけるとありがたいです。

追記
ESR92の時に出力されるコードとESR115の時に出力されるコードを比較して違うところを確認しました。
ESR92の方をベースに、
browser.loadURI(aURIs[0], {
とあるところをESR115の、
browser.fixupAndLoadURIString(aURIs[0], {
と書き換えたものを実行するようにしたところ動作するようになりました。
あまりいい解決法とは思えませんが、修正が入るまでのつなぎとします。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant