Inject custom DuckDuckGo Bangs. https://holllo.org/fangs/
Go to file
Bauke ccb0968b18
Version 0.3.1!
2022-12-09 17:48:28 +01:00
images Version 0.2.0! 2022-10-13 11:57:49 +02:00
source Version 0.3.1! 2022-12-09 17:48:28 +01:00
tests Relicense to AGPL-3.0-or-later, rewrite readme, fix things. 2022-09-28 19:56:43 +02:00
.gitignore Initial 0.1.0 commit! 🎉 2022-03-14 10:58:47 +01:00
.stylelintrc.json Initial 0.1.0 commit! 🎉 2022-03-14 10:58:47 +01:00
LICENSE Relicense to AGPL-3.0-or-later, rewrite readme, fix things. 2022-09-28 19:56:43 +02:00
README.md Version 0.2.0! 2022-10-13 11:57:49 +02:00
package.json Rename gram to preact-components. 2022-10-03 18:19:27 +02:00
pnpm-lock.yaml Rename gram to preact-components. 2022-10-03 18:19:27 +02:00
tsconfig.json Initial 0.1.0 commit! 🎉 2022-03-14 10:58:47 +01:00
vite.config.ts Replace manifest file with createManifest function. 2022-03-23 14:02:08 +01:00

README.md

Fangs 🧛

Inject custom DuckDuckGo Bangs.

Get Fangs for Firefox Get Fangs for Chrome Get Fangs for Edge

Latest Fangs screenshot

Installation

You can install Fangs through the stores linked above, manually from a file (see the Releases page for ZIP files) or from source.

Development

To build Fangs you will need git, NodeJS and pnpm.

  • 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.

License

Distributed under the AGPL-3.0-or-later license, see LICENSE for more information.