-
Notifications
You must be signed in to change notification settings - Fork 56
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
list-closed-tabs doesn't work on Fx46 and workaround #206
Comments
This bug come from breaking change of Firefox 46.
These are related documents: |
basyura
added a commit
to basyura/keysnail-config
that referenced
this issue
May 21, 2016
list-closed-tabs doesn't work on Fx46 and workaround mooz/keysnail#206
kai2nenobu
added a commit
to kai2nenobu/dotfiles
that referenced
this issue
Sep 20, 2017
kai2nenobu
added a commit
to kai2nenobu/dotfiles
that referenced
this issue
Jul 19, 2019
kai2nenobu
added a commit
to kai2nenobu/dotfiles
that referenced
this issue
Aug 11, 2020
kai2nenobu
added a commit
to kai2nenobu/dotfiles
that referenced
this issue
Aug 11, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of Firefox 46, list-closed-tabs (最近閉じたタブを一覧表示して復元 - mooz deceives you) doesn't work because of syntax change of JavaScript.
Error message:
var closedTabs = [[tab.image || fav, tab.title] for each (tab in json.decode(ss.getClosedTabData(window)))];
So, I changed as below and works fine:
Thanks.
The text was updated successfully, but these errors were encountered: