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
- Host: GitHub
- URL: https://github.com/garrettn/four-stars
- Owner: garrettn
- License: mit
- Created: 2018-04-14T15:40:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T00:02:27.000Z (about 8 years ago)
- Last Synced: 2025-01-28T20:38:38.932Z (over 1 year ago)
- Topics: extension, firefox, javascript
- Language: JavaScript
- Size: 151 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).