Foxy Gestures에 대한 리뷰
Foxy Gestures 제작자: liebs
dohanin 님의 리뷰
I like this extension.
It would be great if you can add 2 more built-in commands: go to first/last page in current tab history. Currently, I can make it work by making use of user scripts like below:
/* go to first page in history of current tab */ for(let i = 0; i < window.history.length; i++) {window.history.go(-i);}
/* go to last page in history of current tab */ for(let i = 0; i < window.history.length; i++) {window.history.go(i);}
Besides, I noticed some comments saying thie extension doesn't work on firefox's pages (like this one). This is not the limitation of this extension. It is the restriction introduced by Firefox on ALL extensions. And it can be bypassed by about:config:
extensions.webextensions.restrictedDomains (empty it, create this string first if it's not there)
privacy.resistFingerprinting.block_mozAddonManager (set it to true, create this boolean first if it's not there)
It would be great if you can add 2 more built-in commands: go to first/last page in current tab history. Currently, I can make it work by making use of user scripts like below:
/* go to first page in history of current tab */ for(let i = 0; i < window.history.length; i++) {window.history.go(-i);}
/* go to last page in history of current tab */ for(let i = 0; i < window.history.length; i++) {window.history.go(i);}
Besides, I noticed some comments saying thie extension doesn't work on firefox's pages (like this one). This is not the limitation of this extension. It is the restriction introduced by Firefox on ALL extensions. And it can be bypassed by about:config:
extensions.webextensions.restrictedDomains (empty it, create this string first if it's not there)
privacy.resistFingerprinting.block_mozAddonManager (set it to true, create this boolean first if it's not there)
리뷰 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년 전