Revisiones de Foxy Gestures
Foxy Gestures por liebs
504 revisiones
- Se valoró con 4 de 5por Destroyer5, hace 7 añosI 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. - Se valoró con 2 de 5por Nekstati, hace 7 añosWith this addon enabled, Firefox loads the CPU by 15-20%. Sorta miner?
- Se valoró con 5 de 5por Usuario de Firefox 14105632, hace 7 añosFantastic. 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. - Se valoró con 3 de 5por 果駱客, hace 7 añosnot bad, but seems certain pages can't use gesture? like this one...
- Se valoró con 5 de 5por Usuario de Firefox 14102786, hace 7 años
- Se valoró con 5 de 5por Usuario de Firefox 14099332, hace 7 años
- Se valoró con 5 de 5por Princess, hace 7 años
- Se valoró con 5 de 5por Usuario de Firefox 14074823, hace 7 años
- Se valoró con 4 de 5por Usuario de Firefox 14064656, hace 7 años
- Se valoró con 5 de 5por Usuario de Firefox 14014736, hace 7 años
- Se valoró con 4 de 5por Usuario de Firefox 13900966, hace 7 años
- Se valoró con 5 de 5por Jörg, hace 7 años----ICH FIND EINFACH TOLL DAS ICH EUCH "LEIDER" SCHON FAST BLIND VERTRAUE---HATTE ICH MEHR DAMPF UNTERM kESSEL WÜRDE ICH NOCH MEHR DIESER HELFERCHEN INSTALLIEREN----ABER DAS MACHT MEIN ALTER ASUS (2012) NICHT MEHR MIT -BIN FROH DAS WIN != FAST PROBLEMLOS LÄUFT!LG JOERG
- Se valoró con 5 de 5por Usuario de Firefox 14044998, hace 7 años
- Se valoró con 5 de 5por Davin, hace 7 añosExcellent extension. One request: Please make the "Close Other Tabs" gesture works as default Firefox behaviour. Currently Foxy closes all other tabs without any warning. Thanks!!!
- Se valoró con 5 de 5por Usuario de Firefox 14033312, hace 7 añosthank you for recreating this long time awesome addon
- Se valoró con 3 de 5por Red Fox, hace 7 añosSeems 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.
Respuesta del desarrollador
publicado el hace 7 añosThis is a known conflict with Zoom Page WE
Disable the wheel zoom feature in that extension
https://github.com/marklieberman/foxygestures/issues/236 - Se valoró con 5 de 5por meega, hace 8 años
- Se valoró con 5 de 5por Usuario de Firefox 14030282, hace 8 años
- Se valoró con 5 de 5por Usuario de Firefox 14029834, hace 8 años
- Se valoró con 5 de 5por nektarin, hace 8 años
- Se valoró con 5 de 5por Douwd, hace 8 añosIf you are looking for a quality mouse gesture addon, look no further!
- Se valoró con 5 de 5por dohanin, hace 8 añosI 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)