Відгуки для Foxy Gestures
Foxy Gestures автор liebs
Відгук від dohanin
Оцінка 5 з 5
від 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)
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)
509 відгуків
- Оцінка 5 з 5від Користувач Firefox 18628189, 5 днів тому
- Оцінка 4 з 5від xballiet, 13 днів томуWould it be possible to have this addon working in non-http.s pages, for exemple about:* ?
- Оцінка 5 з 5від Користувач Firefox 19251219, 14 днів томуEver 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.
- Оцінка 5 з 5від elsenfox, 2 місяці тому
- Оцінка 5 з 5від xia, 4 місяці тому
- Оцінка 5 з 5від Користувач Firefox 13437493, 5 місяців тому
- Оцінка 5 з 5від sparks, 9 місяців томуI switched browsers specifically for this amazing extension. Thank you!
- Оцінка 5 з 5від Alwaysliumx, 9 місяців тому
- Оцінка 5 з 5від Користувач Firefox 18910117, рік тому
- Оцінка 1 з 5від Користувач Firefox 18562649, рік томуDid not work, or even open a menu for being able to edit.
- Оцінка 5 з 5від Користувач Firefox 18803233, рік тому
- Оцінка 5 з 5від Користувач Firefox 18122319, рік тому
- Оцінка 5 з 5від Користувач Firefox 11448708, рік тому
- Оцінка 5 з 5від Користувач Firefox 13434365, рік томуOpen source and has been working flawlessly for me for years.
- Оцінка 5 з 5від Користувач Firefox 18596147, 2 роки тому
- Оцінка 5 з 5від Ayra, 2 роки тому
- Оцінка 5 з 5від Користувач Firefox 16136638, 2 роки тому