Pógódnośenja za Foxy Gestures
Foxy Gestures wót liebs
326 pógódnośenjow
- Z 5 z 5 pógódnośonywót yuleself, 7 років тому
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 12758458, 7 років тому
- Z 5 z 5 pógódnośonywót TomB, 7 років тому
- Z 5 z 5 pógódnośonywót janna098, 7 років тому
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14176728, 7 років томуFire Gestureで最もよく使用していた画像を保存するジェスチャーに権限が必要になり、多くのマウスジェスチャーでは実装されなくなってしまったが、Foxy GesturesではSave Media Nowの機能があり、再び使うことができるようになった。ありがたい。Thanks!
- Z 5 z 5 pógódnośonywót Rainer Lingmann, 7 років томуSimply does what it's supposed to do. I particularly like that the Up and Down commands open/close tabs which seems natural to me. With other extensions they are often preconfigured to open/close a window or do other random stuff.
The only thing to criticize is that I do not see an option to edit the threshold of the number of pixels the mouse needs to move in order to initiate a command. (I'd like to set it lower than Foxy Gesture's default setting.) - Z 5 z 5 pógódnośonywót Wužywaŕ 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. - Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14102786, 7 років тому
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14099332, 7 років тому
- Z 5 z 5 pógódnośonywót Princess, 7 років тому
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14074823, 7 років тому
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14014736, 7 років тому
- Z 5 z 5 pógódnośonywót Jörg, 7 років тому----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
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14044998, 7 років тому
- Z 5 z 5 pógódnośonywót Davin, 7 років тому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!!!
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14033312, 7 років томуthank you for recreating this long time awesome addon
- Z 5 z 5 pógódnośonywót meega, 8 років тому
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14030282, 8 років тому
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14029834, 8 років тому
- Z 5 z 5 pógódnośonywót nektarin, 8 років тому
- Z 5 z 5 pógódnośonywót Douwd, 8 років томуIf you are looking for a quality mouse gesture addon, look no further!
- Z 5 z 5 pógódnośonywót dohanin, 8 років тому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)