Inject custom DuckDuckGo Bangs. https://holllo.org/fangs/
Go to file
Bauke bc8a9b0efe
Update footer links.
2022-09-30 12:24:33 +02:00
images Add badges for Chrome and Microsoft stores. 2022-03-24 09:08:18 +01:00
source Update footer links. 2022-09-30 12:24:33 +02: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 Relicense to AGPL-3.0-or-later, rewrite readme, fix things. 2022-09-28 19:56:43 +02:00
package.json Relicense to AGPL-3.0-or-later, rewrite readme, fix things. 2022-09-28 19:56:43 +02:00
pnpm-lock.yaml Relicense to AGPL-3.0-or-later, rewrite readme, fix things. 2022-09-28 19:56:43 +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.