Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

dxdotdev/arc-ui

Repository files navigation

WARNING:

As the Zen Browser has gained a lot of attention lately and is proving to be a promising project, I'm leaving this project aside and focusing on open-source contributions to improve Zen Browser.

If you want an alternative to this project give it a try: Zen Browser.


Arc UI

Make your Firefox like the Arc Browser


Arc UI is a custom userChrome.css packed with styles to make your browser look and feel like Arc Browser.


Install

To install the userChrome.css, close Firefox and follow the steps below:

Linux

Just run the command:

bash -c "$(curl https://raw.githubusercontent.com/dxdotdev/arc-ui/main/scripts/install.sh)"

And restart your Firefox.

Windows

You can install the userChrome.css manually in windows (auto install script in development).

The Arc UI userChrome.css can be found and downloaded in the latest release.

Uninstall

To uninstall the userChrome.css follow the instructions:

Linux

Just run the command:

bash -c "$(curl https://raw.githubusercontent.com/dxdotdev/arc-ui/main/scripts/uninstall.sh)"

And restart your Firefox.

Windows

Delete the userChrome.css file specified in the windows manual installation guide.

Contributing

See Contributing Guide.