This is a pretty simple web extension designed to embed a list of sukebei torrents onto r18.com, and perhaps some more sites in the future.
This only works on Firefox. If you wish to use this on chromium-based browsers, then you must move the search function out into a background script to bypass CORS.
Either just download the latest release and open the .xpi up in Firefox, or continue to the building section.
- Node.js
- npm
- Create a Firefox account, and go here to create your issuer and secret for signing the extension.
- Create a .env file containing AMO_ISSUER and AMO_SECRET key value pairs.
- Run
npm install
- Run
npm run sign
Licensed under GPL-3.0-only