> You need to restart the browser afterwards. Sorry, people usually find the command through the help page where it has all of these caveats.
:help fixamo
Does not state that I need to restart firefox afterwards. [1]
I did restart firefox after I installed `native` and before I run :fixamo. :native also returned that the it was installed correctly before I run :fixamo.
[1]:
fixamo
fixamo(): Promise<void>
Defined in src/excmds.ts:290
Simply sets
"privacy.resistFingerprinting.block_mozAddonManager":true
"extensions.webextensions.restrictedDomains":""
in about:config via user.js so that Tridactyl (and other extensions!) can be used on addons.mozilla.org and other sites.
> If you're saying that a restart didn't make fixamo work, would you mind filing an issue so we can try to fix it?
No I haven't tried that. After I run :fixamo and that didn't work I just opened about:config and change those settings myself without restarting firefox.
Edit:
Since I now continued to test tridactyl I found that this newtab overwriting function gets pretty annoying from a usability perspective. When I start a new Tab with [Ctrl]+[t] and immediately type my desired address part of it will be overwritten when 'about:blank' is inserted. I guess you want people to use just a binding to :tabopen, but I do like my options. Also since :tabopen do not contain my bookmarks I prefer using the address line.
> Since I now continued to test tridactyl I found that this newtab overwriting function gets pretty annoying from a usability perspective. When I start a new Tab with [Ctrl]+[t] and immediately type my desired address part of it will be overwritten when 'about:blank' is inserted. I guess you want people to use just a binding to :tabopen, but I do like my options. Also since :tabopen do not contain my bookmarks I prefer using the address line.
Huh, that is annoying. I hadn't noticed that. There's not much we can do about it though, short of just disabling the new tab page.
The lack of bookmarks in tabopen is annoying, I agree. We rushed to get the completions out with Tridactyl, and did it shoddily and haven't bothered to rewrite it yet.
There is bmarks which just completes from bookmarks, but that opens things in the current tab.
:help fixamo
Does not state that I need to restart firefox afterwards. [1]
I did restart firefox after I installed `native` and before I run :fixamo. :native also returned that the it was installed correctly before I run :fixamo.
[1]: fixamo
in about:config via user.js so that Tridactyl (and other extensions!) can be used on addons.mozilla.org and other sites.