Skip to content

Browser extension for calling and randomizing users of Wykop.pl and Hejto.pl.

License

Notifications You must be signed in to change notification settings

klocus/wolacz-browser-extension

Repository files navigation

O, Wołacz!

Browser extension for calling and randomizing users of Wykop.pl and Hejto.pl.

Installation

Firefox

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.

Chrome

  1. Download the latest release of extension.
  2. Extract the files into their own folder.
  3. In Chrome, navigate to chrome://extensions/.
  4. Enable Developer mode by ticking the checkbox in the upper-right corner.
  5. Click on the Load unpacked extension... button and select the directory containing unpacked extension.

How to use

Extesion uses Node.js so make sure to have it installed before continuing, any stable version should be fine.

  1. Clone the repo or download a zip.
  2. Run npm install inside the project folder.
  3. Start the development server with npm run dev, the compiled files will be available in the dist/js folder.
  4. 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.

Creating a production bundle

To create a production ready (minified) bundle:

  1. Run npm run build in the project folder.
  2. Create a zip from the dist folder contents (just the contents, not the folder itself).
  3. Follow the guidelines on how to publish an extension using the links below.

About

Browser extension for calling and randomizing users of Wykop.pl and Hejto.pl.

Resources

License

Stars

Watchers

Forks

Packages

No packages published