Foxy Gestures のレビュー
Foxy Gestures 作成者: liebs
Firefox ユーザー 14478087 によるレビュー
5 段階中 5 の評価
Firefox ユーザー 14478087 によるレビュー (8年前)To open the home page with a gesture, when it is set to "Firefox Home" (=about:newtab, aka what you see when opening a new tab by default) do this:
Add-Ons>Extensions>Foxy Gestures>Options>User Scripts (accept the warning)
Record the gesture in the left box
Paste this in the right box (also give the script some name):
executeInBackground(() => {
getActiveTab(tab => browser.tabs.create({
index: tab.index + 1,
active: false
}));
getActiveTab(tab => browser.tabs.remove(tab.id));
}, [ ]);
You're welcome.
PS: the developer of this extension should add this as a workaround to this limitation of WebExtensions.
Add-Ons>Extensions>Foxy Gestures>Options>User Scripts (accept the warning)
Record the gesture in the left box
Paste this in the right box (also give the script some name):
executeInBackground(() => {
getActiveTab(tab => browser.tabs.create({
index: tab.index + 1,
active: false
}));
getActiveTab(tab => browser.tabs.remove(tab.id));
}, [ ]);
You're welcome.
PS: the developer of this extension should add this as a workaround to this limitation of WebExtensions.
合計レビュー数: 508
- 5 段階中 5 の評価Firefox ユーザー 18628189 によるレビュー (4ヶ月前)
- 5 段階中 5 の評価Firefox ユーザー 19251219 によるレビュー (5ヶ月前)Ever since I updated to Firefox 149, when I use the "Open link in new tab" compound command, the link opens in a new tab as expected, but now a blank new tab also opens at the same time.
- 5 段階中 5 の評価Firefox ユーザー 13437493 によるレビュー (9ヶ月前)
- 5 段階中 5 の評価Alwaysliumx によるレビュー (1年前)
- 5 段階中 5 の評価Firefox ユーザー 18910117 によるレビュー (1年前)
- 5 段階中 1 の評価Firefox ユーザー 18562649 によるレビュー (1年前)Did not work, or even open a menu for being able to edit.
- 5 段階中 5 の評価Firefox ユーザー 18803233 によるレビュー (2年前)
- 5 段階中 5 の評価Firefox ユーザー 18122319 によるレビュー (2年前)
- 5 段階中 5 の評価Firefox ユーザー 11448708 によるレビュー (2年前)
- 5 段階中 5 の評価Firefox ユーザー 13434365 によるレビュー (2年前)Open source and has been working flawlessly for me for years.
- 5 段階中 5 の評価Firefox ユーザー 18596147 によるレビュー (2年前)
- 5 段階中 5 の評価Firefox ユーザー 16136638 によるレビュー (2年前)