Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation guide wording adjustments, typo fixes #107

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ ArcFox is a pack of firefox improvements that brings the appearance and some of
Please refer to the [roadmap](https://github.com/orgs/betterbrowser/projects/2/views/3) to check the development or our [discord](https://discord.gg/jDASpgt68t) for helps and leaks :D

# Installation
- Download the extension [here](https://addons.mozilla.org/firefox/addon/arcfox/)
- Remember to check "allow this extension to open in private tabs"
- Digit <a href="about:config">"about:config"</a> on the url bar and press enter.
- Accept the terms and conditions.
- Search for "toolkit.legacyUserProfileCustomizations.stylesheets" and set the value to "true".
- Digit <a href="about:support">"about:support"</a> on the url bar and click on Open Folder” at "Profile Folder".
- Inside your Profile Folder, search for a folder called "chrome", if you don't find it, create one.
- Inside your chrome folder, drop the "userChrome.css" file on <a href="https://github.com/betterbrowser/arcfox/releases">releases.</a>
- Download the extension from [the Firefox Add-ons page](https://addons.mozilla.org/firefox/addon/arcfox/).
- Remember to check **Run in Private Windows**.
- Type <a href="about:config">"about:config"</a> in the url bar and press enter.
- Click on **Accept the Risk and Continue**.
- Search for `toolkit.legacyUserProfileCustomizations.stylesheets` and set the value to `true`.
- Type <a href="about:support">"about:support"</a> in the url bar and click on **Open Directory** at **Profile Directory**.
- Inside your Profile Directory, search for a folder called `chrome`. If you don't find it, create one.
- Inside your `chrome` folder, drop <a href="https://github.com/betterbrowser/arcfox/releases/latest/download/userChrome.css">the `userChrome.css` file of the latest release</a>.
- Re-open Firefox.

# Removing ArcFox
- Remove `(Firefox Profile)/chrome/userchrome.css`.
- Remove `(Firefox Profile)/chrome/userChrome.css`.
- Remove the 'ArcFox' extension from Firefox.
- Re-open Firefox and it should be gone.
- Be happy with your now boring and unproductive Firefox!
Expand Down