himanshudabas f1bbe5b9e3 fixes #379 пре 3 година
..
icons 0e14936695 Removed FontAwesome Only using SVG in Img tag пре 3 година
src 819c59c5b7 add option to disable vote submission пре 3 година
content-style.css c36a0ab58d FF and chrome are now combined, version 2.0 - votes counting, proof of work пре 3 година
manifest-chrome.json d13aa3f051 Webpack fixes, build now builds both FF and chrome versions пре 3 година
manifest-firefox.json d13aa3f051 Webpack fixes, build now builds both FF and chrome versions пре 3 година
popup.css 0e14936695 Removed FontAwesome Only using SVG in Img tag пре 3 година
popup.html 55a350c761 Merge branch 'main' of https://github.com/thereaper90917/return-youtube-dislike into main пре 3 година
popup.js f1bbe5b9e3 fixes #379 пре 3 година
readme.md e313db4e77 add compile guide to extension пре 3 година
ryd.background.js 7fd4904c39 Merge branch 'main' of https://github.com/Anarios/return-youtube-dislike пре 3 година
ryd.content-script.js 5ab9e6c29d comment main file пре 3 година

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.