Foxy Gestures のレビュー
Foxy Gestures 作成者: liebs
合計レビュー数: 503
- 5 段階中 4 の評価Destroyer5 によるレビュー (7年前)I took away one star for the permissions, BUT..............
Compared to the other gesture addons this is the best. i.e. Gesturefy states they DOWNLOAD files and read and modify the browser’s DOWNOAD history. Why are they worried about what i download?
Anyway it works without the added concern. - 5 段階中 5 の評価Firefox ユーザー 14105632 によるレビュー (7年前)Fantastic. I was also a FireGestures user for years past and it's so ingrained in the way i interface with firefox I can't live without my gestures.
I found FoxyGestures to be an improvement on FireGestures, giving me everything I needed and more. Thank you for creating this addon. - 5 段階中 5 の評価Firefox ユーザー 14102786 によるレビュー (7年前)
- 5 段階中 5 の評価Firefox ユーザー 14099332 によるレビュー (7年前)
- 5 段階中 5 の評価Firefox ユーザー 14074823 によるレビュー (7年前)
- 5 段階中 4 の評価Firefox ユーザー 14064656 によるレビュー (7年前)
- 5 段階中 5 の評価Firefox ユーザー 14014736 によるレビュー (7年前)
- 5 段階中 4 の評価Firefox ユーザー 13900966 によるレビュー (7年前)
- 5 段階中 5 の評価Firefox ユーザー 14044998 によるレビュー (7年前)
- Seems to work, but one drawback make me to uninstall this add-on. After the gesture "Back" - move mouse from right to left it seems that something makes the status of "Ctrl" key as "pressed infinitely". So after this gesture the mouse wheel works as the Zoom In-Out of page instead of normal scrolling. Maybe I should change something in add-on options, but I have not found anything to correct this problem.
開発者の返信
投稿日時: 7年前This is a known conflict with Zoom Page WE
Disable the wheel zoom feature in that extension
https://github.com/marklieberman/foxygestures/issues/236 - 5 段階中 5 の評価Firefox ユーザー 14030282 によるレビュー (7年前)
- 5 段階中 5 の評価Firefox ユーザー 14029834 によるレビュー (7年前)
- 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) - 5 段階中 4 の評価Firefox ユーザー 14017258 によるレビュー (7年前)