mirror of
https://github.com/Anarios/return-youtube-dislike.git
synced 2026-09-12 10:22:10 +02:00
e500088e65
Add Firefox data consent, repair contributor sign-in, and introduce optional Hide clutter buttons. Harden video navigation, voting, and action layouts with shared browser regression coverage and reproducible release packaging.
Extension Source
Guide to Compiling
Compiling to Development (Testing)
- Go to the root directory of the project
- Run
npm ito install all project dependencies (if not done so already) - run
npm run devto compile the extension to the~/Extensions/combined/dist/folder.
Compiling to Production (Final Release)
- Go to the root directory of the project
- Run
npm ito install all project dependancies (if not done so already) - run
npm run buildto compile the extension to the~/Extensions/combined/dist/folder.