An open API service indexing awesome lists of open source software.

https://github.com/garrettn/four-stars

An unnecessary filter for your browser
https://github.com/garrettn/four-stars

extension firefox javascript

Last synced: about 2 months ago
JSON representation

An unnecessary filter for your browser

Awesome Lists containing this project

README

          

# Four Stars

An unnecessary filter for your browser.

## Installation

Install from the [Firefox Add-ons site](https://addons.mozilla.org/en-US/firefox/).

## Development

[Yarn](https://yarnpkg.com) is recommended, but npm can be used as well.

Install dependencies:

```
yarn # OR npm install
```

### Development mode

```
yarn start # OR npm start
```

Open any file from the `dist` folder in `about:debugging` under ["Load Temporary Add-on"](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Your_first_WebExtension#Installing).

### Production build

```
yarn build # OR npm run build
```

The zip file will be generated inside the `web-ext-artifacts` folder.

## License

This project is licensed under the terms of the [MIT License](LICENSE.txt).