Inject custom DuckDuckGo Bangs. https://holllo.org/fangs/
Go to file
Bauke ebdab9d5c7
Version 0.1.5.
2022-03-24 09:08:36 +01:00
images Add badges for Chrome and Microsoft stores. 2022-03-24 09:08:18 +01:00
source Version 0.1.5. 2022-03-24 09:08:36 +01:00
tests Initial 0.1.0 commit! 🎉 2022-03-14 10:58:47 +01: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 Initial 0.1.0 commit! 🎉 2022-03-14 10:58:47 +01:00
README.md Add badges for Chrome and Microsoft stores. 2022-03-24 09:08:18 +01:00
package.json Add build support for Chromium. 2022-03-23 13:48:20 +01:00
pnpm-lock.yaml Update @holllo/gram again. 2022-03-18 00:07:54 +01: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 into your browsing experience.

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

Fangs 0.1.3

Installation

You can install Fangs through Mozilla Addons, installing from a file (see the Releases page for a prebuilt version) or building from source.

Development

To build Fangs you will need git, NodeJS and pnpm. Then from a terminal, run the following commands.

# Step 1. Download the repository with Git.
git clone https://github.com/Holllo/fangs
cd fangs

# Step 2. Install the dependencies.
pnpm install

# Step 3. Start an auto-reloading browser instance for development.
pnpm start

# Step 4. Lint the code and run tests.
pnpm test

# Step 5. Build the WebExtension for production.
# See the web-ext-artifacts directory for output.
pnpm build

License

Fangs is open-sourced with the GPL-3.0-or-later license.