2022-09-28 17:56:43 +00:00
# Fangs 🧛
2022-03-14 09:58:47 +00:00
2022-09-28 17:56:43 +00:00
> **Inject custom DuckDuckGo Bangs.**
2022-03-14 09:58:47 +00:00
2022-03-24 08:08:18 +00:00
[![Get Fangs for Firefox ](./images/mozilla-addons.png )](https://addons.mozilla.org/firefox/addon/fangs)
2022-09-28 17:56:43 +00:00
[![Get Fangs for Chrome ](./images/chrome-web-store.png )](https://chrome.google.com/webstore/detail/fangs/dlllfannplfkhbiidhihagjkbmcolclf)
[![Get Fangs for Edge ](./images/microsoft.png )](https://microsoftedge.microsoft.com/addons/detail/fangs/fgfkpbflhnljpfniippaagjjlncobhjd)
2022-03-14 09:58:47 +00:00
2022-10-13 09:57:49 +00:00
![Latest Fangs screenshot ](./images/fangs-version-0-2-0.png )
2022-03-14 09:58:47 +00:00
## Installation
2022-09-28 17:56:43 +00:00
You can install Fangs through the stores linked above, [manually from a file] (see [the Releases page] for ZIP files) or [from source ](#development ).
2022-03-14 09:58:47 +00:00
2022-09-28 17:56:43 +00:00
[manually from a file]: https://support.mozilla.org/en-US/kb/find-and-install-add-ons-add-features-to-firefox#w_how-do-i-find-and-install-add-ons
[the Releases page]: https://git.bauke.xyz/Holllo/fangs/releases
2022-03-14 09:58:47 +00:00
## Development
2022-09-28 17:56:43 +00:00
To build Fangs you will need [git ](https://git-scm.com ), [NodeJS ](https://nodejs.org ) and [pnpm ](https://pnpm.io ).
2022-03-14 09:58:47 +00:00
2022-09-28 17:56:43 +00:00
* Install the dependencies with `pnpm install` .
* Start a separate browser with `pnpm start` .
* Build the WebExtension for production with `pnpm build` .
* Test the code with `pnpm test` .
2022-03-14 09:58:47 +00:00
## License
2022-09-28 17:56:43 +00:00
Distributed under the [AGPL-3.0-or-later ](https://spdx.org/licenses/AGPL-3.0-or-later.html ) license, see [LICENSE ](https://git.bauke.xyz/Holllo/fangs/src/branch/main/LICENSE ) for more information.