12246d90da
Bumps [merge-deep](https://github.com/jonschlinkert/merge-deep) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/jonschlinkert/merge-deep/releases) - [Commits](https://github.com/jonschlinkert/merge-deep/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: merge-deep dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
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.