Dmitrii Selivanov 68e30018ae Merge pull request #398 from Anarios/DARKDRAGON532-patch-1 3 gadi atpakaļ
..
icons 0e14936695 Removed FontAwesome Only using SVG in Img tag 3 gadi atpakaļ
src 2e9d64584b added likes 3 gadi atpakaļ
content-style.css c36a0ab58d FF and chrome are now combined, version 2.0 - votes counting, proof of work 3 gadi atpakaļ
debug.js 0e6d186271 add debug info 3 gadi atpakaļ
manifest-chrome.json 0e6d186271 add debug info 3 gadi atpakaļ
manifest-firefox.json 0e6d186271 add debug info 3 gadi atpakaļ
popup.css 0e14936695 Removed FontAwesome Only using SVG in Img tag 3 gadi atpakaļ
popup.html 55a350c761 Merge branch 'main' of https://github.com/thereaper90917/return-youtube-dislike into main 3 gadi atpakaļ
popup.js f1bbe5b9e3 fixes #379 3 gadi atpakaļ
readme.md e313db4e77 add compile guide to extension 3 gadi atpakaļ
ryd.background.js 7fd4904c39 Merge branch 'main' of https://github.com/Anarios/return-youtube-dislike 3 gadi atpakaļ
ryd.content-script.js 5ab9e6c29d comment main file 3 gadi atpakaļ

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.