Results 59 comments of Erin

Does clearing the screen with `` remove these artifacts?

@junegunn would you please be able to review this pull request.

Here's a oneliner curl script if you are on Linux. It just overwrites `user.js` with the latest version of the script from the GitHub repository: ```bash curl https://raw.githubusercontent.com/yokoffing/Betterfox/master/user.js > "$(find...

Just an FYI, this does not update the script file, it just retrieves a new version. It would be better if the new file could be moved to the profiles...

Good consideration. Using that idea, you could create an overrides file and append it to the user.js: ```bash #!/bin/bash # NOTE: this installs to the default profile directory # update...

Having a shell script seems to be the best approach. As for the normies who don't know how to run a shell script, having a section in the [Wiki](https://github.com/yokoffing/Betterfox/wiki) would...

Maintaining a shell script for Windows and *Nix wouldn't be too hard. Powershell is a cross platform consideration. Python works too. Judging based off of what yokoffing said previously, it...

What are your thoughts on an executable? The concept of running an executable would be familiar for Windows users and we could bundle any dependencies for the tooling we use...