Dmitrii Selivanov 78527ad47a Merge pull request #372 from Frontesque/main 3 năm trước cách đây
..
dist a211bec12f Removed eslint rules, because site build was failing. Added sponsor to links 3 năm trước cách đây
icons 819c59c5b7 add option to disable vote submission 3 năm trước cách đây
src 819c59c5b7 add option to disable vote submission 3 năm trước cách đây
content-style.css c36a0ab58d FF and chrome are now combined, version 2.0 - votes counting, proof of work 3 năm trước cách đây
manifest-chrome.json d13aa3f051 Webpack fixes, build now builds both FF and chrome versions 3 năm trước cách đây
manifest-firefox.json d13aa3f051 Webpack fixes, build now builds both FF and chrome versions 3 năm trước cách đây
popup.css c36a0ab58d FF and chrome are now combined, version 2.0 - votes counting, proof of work 3 năm trước cách đây
popup.html 2339b46101 Merge pull request #351 from UnderscoreX5/patch-1 3 năm trước cách đây
popup.js 559a2e8305 taking the chrome manifest's version 3 năm trước cách đây
readme.md e313db4e77 add compile guide to extension 3 năm trước cách đây
ryd.background.js 7fd4904c39 Merge branch 'main' of https://github.com/Anarios/return-youtube-dislike 3 năm trước cách đây
ryd.content-script.js 5ab9e6c29d comment main file 3 năm trước cách đây

readme.md

Extension Source

Guide to Compiling

Compiling to Development (Testing)

  1. Go to the root directory of the project
  2. Run npm i to install all project dependancies (if not done so already)
  3. run npm run dev to compile the extension to the ~/Extensions/combined/dist/ folder.

Compiling to Production (Final Release)

  1. Go to the root directory of the project
  2. Run npm i to install all project dependancies (if not done so already)
  3. run npm run build to compile the extension to the ~/Extensions/combined/dist/ folder.