Skip to content

happypandax/extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A WebExtensions add-on for browsers that talks with HappyPanda X from browsers

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 and npm
  • 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 the build folder.