chikl/jsdownloader
1
0
Fork
You've already forked jsdownloader
0
Firefox addon to download JavaScript files automatically from websites while browsing through the web.
  • JavaScript 67.9%
  • CSS 16.6%
  • HTML 15.5%
2025年01月13日 16:37:59 +01:00
.husky first commit 2023年12月02日 12:16:07 +01:00
.yarn Update linting dependencies 2025年01月13日 16:37:59 +01:00
src Raise version number 2025年01月10日 15:15:06 +01:00
.gitattributes first commit 2023年12月02日 12:16:07 +01:00
.gitignore first commit 2023年12月02日 12:16:07 +01:00
.prettierignore first commit 2023年12月02日 12:16:07 +01:00
.prettierrc.json first commit 2023年12月02日 12:16:07 +01:00
.yarnrc.yml Update Yarn 2025年01月10日 15:12:22 +01:00
eslint.config.js Update libraries and format files 2024年10月03日 10:06:44 +02:00
LICENSE first commit 2023年12月02日 12:16:07 +01:00
package.json Update linting dependencies 2025年01月13日 16:37:59 +01:00
README.md Update libraries and format files 2024年10月03日 10:06:44 +02:00
yarn.lock Update linting dependencies 2025年01月13日 16:37:59 +01:00

JSdownloader

A firefox addon that allows you to download JavaScript files from the websites you visit automatically.

You can install it from https://addons.mozilla.org/addon/jsdownloader/.

Development

Prepare

  • Clone the repo
  • Install Yarn
  • Run the command yarn prepare to get all necessary libraries

Testing

Test the addon with yarn dev

Build

Build the addon with yarn build. The created zip file will be located in src/web-ext-artifacts.