From 3aff7caf2e1d55928cf7cca6461efc8d1f1d931e Mon Sep 17 00:00:00 2001 From: lolcat Date: Wed, 1 Jul 2026 18:34:06 -0400 Subject: [PATCH] added extension link --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9b6a0b2..09bc078 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,14 @@ I'm so fucking tired of retards recommending libraries that are so easily detect ## 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. +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: ```bash cd server