d59da2b131 | ||
---|---|---|
public | ||
screenshots | ||
src | ||
.gitignore | ||
LICENSE | ||
README.md | ||
build.js | ||
package.json | ||
tsconfig.json | ||
yarn.lock |
README.md
A WebExtensions add-on for browsers that talks with HappyPanda X from browsers
HappyPanda X - Support on Patreon
Features
With this add-on, you can:
- Send manga & doujinshi to HPX for download from inside your browser
- Detect whether a manga or doujinshi is already inside your HPX database
Supported sites
- e-hentai.org
- exhentai.org
- panda.chaika.moe
- nhentai.net
Installing
Firefox
- Go to releases and download the latest .xpi file
Other
I don't use Chrome so someone else has to fix the possible incompatibilities
Contributing
All contributions are welcome!
To add more sites, just extend src/sites/index.js
Building
- Install
nodejs
andnpm
- Clone or download this repository
- Run
cd path/to/cloned/repo
- Run
npm install -g yarn
- Run
yarn install
- Create a file named
.env
with these contents:PORT=3000 TSC_COMPILE_ON_ERROR=true INLINE_RUNTIME_CHUNK=false
- To load the extension:
- Run
yarn run build
- Go to
about:debugging
(FireFox) - Click on “Load Temporary Add-on” and select the
manifest.json
file found inside thebuild
folder.