Foxy Gestures에 대한 리뷰
Foxy Gestures 제작자: liebs
Firefox 사용자 14478087 님의 리뷰
5점 만점에 5점
Firefox 사용자 14478087 님, 7년 전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.
리뷰 509개
- 5점 만점에 5점Firefox 사용자 18628189 님, 2달 전
- 5점 만점에 5점Firefox 사용자 19251219 님, 2달 전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 님, 7달 전
- 5점 만점에 5점Alwaysliumx 님, 일 년 전
- 5점 만점에 5점Firefox 사용자 18910117 님, 일 년 전
- 5점 만점에 5점Firefox 사용자 18803233 님, 일 년 전
- 5점 만점에 5점Firefox 사용자 18122319 님, 일 년 전
- 5점 만점에 5점Firefox 사용자 11448708 님, 2년 전
- 5점 만점에 5점Firefox 사용자 18596147 님, 2년 전
- 5점 만점에 5점Firefox 사용자 16136638 님, 2년 전