Reviews for Foxy Gestures
Foxy Gestures by liebs
Review by dohanin
Rated 5 out of 5
by dohanin, 8 years agoI 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)
508 reviews
- Rated 5 out of 5by Firefox user 18628189, 2 months ago
- Rated 4 out of 5by xballiet, 2 months agoWould it be possible to have this addon working in non-http.s pages, for exemple about:* ?
- Rated 5 out of 5by Firefox user 19251219, 2 months agoEver 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.
- Rated 5 out of 5by elsenfox, 4 months ago
- Rated 5 out of 5by xia, 6 months ago
- Rated 5 out of 5by Firefox user 13437493, 7 months ago
- Rated 5 out of 5by sparks, a year agoI switched browsers specifically for this amazing extension. Thank you!
- Rated 5 out of 5by Alwaysliumx, a year ago
- Rated 5 out of 5by Firefox user 18910117, a year ago
- Rated 1 out of 5by Firefox user 18562649, a year agoDid not work, or even open a menu for being able to edit.
- Rated 5 out of 5by Firefox user 18803233, a year ago
- Rated 5 out of 5by texas, a year ago
- Rated 5 out of 5by KingKongW, a year ago
- Rated 5 out of 5by Firefox user 18122319, a year ago
- Rated 4 out of 5by me7z, 2 years ago
- Rated 5 out of 5by Firefox user 11448708, 2 years ago
- Rated 5 out of 5by Firefox user 13434365, 2 years agoOpen source and has been working flawlessly for me for years.
- Rated 5 out of 5by Firefox user 18596147, 2 years ago
- Rated 5 out of 5by Ayra, 2 years ago
- Rated 5 out of 5by Firefox user 16136638, 2 years ago