Browser extension for calling and randomizing users of Wykop.pl and Hejto.pl.
Just go to Firefox Addon Page and install extension to your browser.
After installation, you need to enable permissions for the add-on so that it can work on the domain Wykop.pl and Hejto.pl.
- Download the latest release of extension.
- Extract the files into their own folder.
- In Chrome, navigate to
chrome://extensions/
. - Enable Developer mode by ticking the checkbox in the upper-right corner.
- Click on the Load unpacked extension... button and select the directory containing unpacked extension.
Extesion uses Node.js so make sure to have it installed before continuing, any stable version should be fine.
- Clone the repo or download a zip.
- Run
npm install
inside the project folder. - Start the development server with
npm run dev
, the compiled files will be available in thedist/js
folder. - Load the extension on your favorite browser (it needs to be compatible with the Manifest V3), select the
dist
folder. Check this link to see how to manually load a extension on a (Chromium compatible) browser.
To create a production ready (minified) bundle:
- Run
npm run build
in the project folder. - Create a zip from the
dist
folder contents (just the contents, not the folder itself). - Follow the guidelines on how to publish an extension using the links below.