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.
리뷰 504개
- 5점 만점에 5점Firefox 사용자 13437493 님, 한 달 전
- 5점 만점에 5점Alwaysliumx 님, 5달 전
- 5점 만점에 5점Firefox 사용자 18910117 님, 7달 전
- 5점 만점에 5점Firefox 사용자 18803233 님, 10달 전
- 5점 만점에 5점Firefox 사용자 18122319 님, 일 년 전
- 5점 만점에 5점Firefox 사용자 11448708 님, 일 년 전
- 5점 만점에 5점Firefox 사용자 18596147 님, 일 년 전
- 5점 만점에 5점Firefox 사용자 16136638 님, 일 년 전
- 5점 만점에 5점Firefox 사용자 14643647 님, 2년 전
- 𝒂𝒍𝒇𝒊7 Of course you have to repay, you nincompoop!
What you think we're running here, some kind of charity?!
When you came to see the boss, did he have a sign on his desk saying "Fat Tony's Make A Degenerate's Wish Foundation"?!?! No, of course it didn't you schmuck. Do you remember what it did say? "DON'T FUCK WITH FAT TONY" didn't it, you simpleton.
What kind of question even is that? You insult Fat Tony with a question like that. Which is not a smart thing to do. In fact it's a very stupid thing to do. The only thing stupider would be not paying Fat Tony his money.
If you don't want a visit from Jittery John, I suggest you pay Fat Tony on time, and don't ask any more stupid questions. Incase nobody aint told you, you DON'T want a visit from Jittery John. - 5점 만점에 5점Firefox 사용자 17920172 님, 2년 전