Shqyrtime për Foxy Gestures
Foxy Gestures nga liebs
504 shqyrtime
- Vlerësuar me 2 yje nga 5 të mundshëmnga jcvm66, 7 vite më parëbug ; some time roll up down go to zoom in out !!!!
- Vlerësuar me 4 yje nga 5 të mundshëmnga Destroyer5, 7 vite më parë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. - Vlerësuar me 2 yje nga 5 të mundshëmnga Nekstati, 7 vite më parëWith this addon enabled, Firefox loads the CPU by 15-20%. Sorta miner?
- Vlerësuar me 5 yje nga 5 të mundshëmnga 14105632 përdoruesi Firefox-i, 7 vite më parë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. - Vlerësuar me 3 yje nga 5 të mundshëmnga 果駱客, 7 vite më parënot bad, but seems certain pages can't use gesture? like this one...
- Vlerësuar me 5 yje nga 5 të mundshëmnga 14102786 përdoruesi Firefox-i, 7 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 14099332 përdoruesi Firefox-i, 7 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Princess, 7 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 14074823 përdoruesi Firefox-i, 7 vite më parë
- Vlerësuar me 4 yje nga 5 të mundshëmnga 14064656 përdoruesi Firefox-i, 7 vite më parë
- Vlerësuar me 3 yje nga 5 të mundshëmnga 14063879 përdoruesi Firefox-i, 7 vite më parë몇몇 상황에서는 제스쳐가 전혀 작동하지 않음
- Vlerësuar me 5 yje nga 5 të mundshëmnga 14014736 përdoruesi Firefox-i, 7 vite më parë
- Vlerësuar me 4 yje nga 5 të mundshëmnga 13900966 përdoruesi Firefox-i, 7 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 14058792 përdoruesi Firefox-i, 7 vite më parëeasy to use!! fast gesture
- Vlerësuar me 5 yje nga 5 të mundshëmnga Jörg, 7 vite më parë----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
- Vlerësuar me 5 yje nga 5 të mundshëmnga 14044998 përdoruesi Firefox-i, 7 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Davin, 7 vite më parëExcellent 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!!!
- Vlerësuar me 5 yje nga 5 të mundshëmnga 14033312 përdoruesi Firefox-i, 7 vite më parëthank you for recreating this long time awesome addon
- Vlerësuar me 3 yje nga 5 të mundshëmnga Red Fox, 7 vite më parë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.
Përgjigje zhvilluesi
postuar më 7 vite më parëThis is a known conflict with Zoom Page WE
Disable the wheel zoom feature in that extension
https://github.com/marklieberman/foxygestures/issues/236 - Vlerësuar me 5 yje nga 5 të mundshëmnga meega, 8 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 14030282 përdoruesi Firefox-i, 8 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga 14029834 përdoruesi Firefox-i, 8 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga nektarin, 8 vite më parë
- Vlerësuar me 5 yje nga 5 të mundshëmnga Douwd, 8 vite më parëIf you are looking for a quality mouse gesture addon, look no further!
- Vlerësuar me 5 yje nga 5 të mundshëmnga dohanin, 8 vite më parë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)