From d3cac23fb191604a086ad897ce6fc4308bb24cfb Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Mon, 10 Apr 2023 21:16:17 -0400 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8dfbd03..44cc2d2 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,13 @@ Copy [script.js](./script.js) into Tampermonkey. ## Browser Extensions -The browser extension is currently not packaged or published anywhere. - -There is currently not support for Chrome. - ### Firefox -To load the firefox extension, clone this repo and load the root dir. +The extension is available [here](https://addons.mozilla.org/en-US/firefox/addon/rfd-redirect-stripper/). -Go to `about:addons`, and ensure that all permissions are granted. If this is not done, the extension will not have permission to execute content scripts. +Ensure that permissions are granted. If this is not done, the extension will not have permission to execute. + +image ### Building the extension