/vkfox

Primary LanguageTypeScriptDo What The F*ck You Want To Public LicenseWTFPL

VKfox

VKfox is a browser extension targeted for Firefox and Chromium-based browsers (Google Chrome, Opera, etc.).

Available for download: Firefox, Google Chrome.

Our group in VK - vkfoxy.

For developers

  1. First of all you need to bundle source code to unpacked extension.
  • To bundle extension:
npm install
npm run bundleProd

Look to target/firefox directory.


  • To bundle in developer mode (with hot-reload etc...):
npm install
npm run bundle

  1. To run unpacked extension in Firefox Developer Edition:
npm run ffoxMac