Front 0e6d186271 add debug info 3 anos atrás
..
dist 0e6d186271 add debug info 3 anos atrás
icons 819c59c5b7 add option to disable vote submission 3 anos atrás
src 819c59c5b7 add option to disable vote submission 3 anos atrás
content-style.css c36a0ab58d FF and chrome are now combined, version 2.0 - votes counting, proof of work 3 anos atrás
debug.js 0e6d186271 add debug info 3 anos atrás
manifest-chrome.json 0e6d186271 add debug info 3 anos atrás
manifest-firefox.json 0e6d186271 add debug info 3 anos atrás
popup.css c36a0ab58d FF and chrome are now combined, version 2.0 - votes counting, proof of work 3 anos atrás
popup.html 2339b46101 Merge pull request #351 from UnderscoreX5/patch-1 3 anos atrás
popup.js 559a2e8305 taking the chrome manifest's version 3 anos atrás
readme.md e313db4e77 add compile guide to extension 3 anos atrás
ryd.background.js 7fd4904c39 Merge branch 'main' of https://github.com/Anarios/return-youtube-dislike 3 anos atrás
ryd.content-script.js 5ab9e6c29d comment main file 3 anos atrás

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.