added extension link

This commit is contained in:
2026-07-01 18:34:06 -04:00
parent 7a645494f2
commit 3aff7caf2e

View File

@@ -17,6 +17,14 @@ I'm so fucking tired of retards recommending libraries that are so easily detect
## Installation ## Installation
Install the 4play extension on a **CLEAN** Firefox install. Do **NOT** use your main profile, it will mess up your tabs and containers. Enter credentials in the extension and connect. Install the 4play extension on a **CLEAN** Firefox install. Do **NOT** use your main profile, it will mess up your tabs and containers. Enter credentials in the extension and connect.
Just go get the extension on the [Firefox store](https://addons.mozilla.org/en-US/firefox/addon/4play/), or run it for development like so:
```sh
npm install --global web-ext
cd ext
web-ext run # this will launch a new firefox instance
```
Then, start the server: Then, start the server:
```bash ```bash
cd server cd server