Foxy Gestures のレビュー
Foxy Gestures 作成者: liebs
dohanin によるレビュー
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)
合計レビュー数: 508
- 5 段階中 5 の評価Firefox ユーザー 18628189 によるレビュー (4ヶ月前)
- 5 段階中 5 の評価Firefox ユーザー 19251219 によるレビュー (5ヶ月前)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 の評価Firefox ユーザー 13437493 によるレビュー (10ヶ月前)
- 5 段階中 5 の評価Alwaysliumx によるレビュー (1年前)
- 5 段階中 5 の評価Firefox ユーザー 18910117 によるレビュー (1年前)
- 5 段階中 1 の評価Firefox ユーザー 18562649 によるレビュー (1年前)Did not work, or even open a menu for being able to edit.
- 5 段階中 5 の評価Firefox ユーザー 18803233 によるレビュー (2年前)
- 5 段階中 5 の評価Firefox ユーザー 18122319 によるレビュー (2年前)
- 5 段階中 5 の評価Firefox ユーザー 11448708 によるレビュー (2年前)
- 5 段階中 5 の評価Firefox ユーザー 13434365 によるレビュー (2年前)Open source and has been working flawlessly for me for years.
- 5 段階中 5 の評価Firefox ユーザー 18596147 によるレビュー (2年前)
- 5 段階中 5 の評価Firefox ユーザー 16136638 によるレビュー (2年前)