thereaper90917 55a350c761 Merge branch 'main' of https://github.com/thereaper90917/return-youtube-dislike into main %!s(int64=3) %!d(string=hai) anos
..
dist 0e14936695 Removed FontAwesome Only using SVG in Img tag %!s(int64=3) %!d(string=hai) anos
icons 0e14936695 Removed FontAwesome Only using SVG in Img tag %!s(int64=3) %!d(string=hai) anos
src 819c59c5b7 add option to disable vote submission %!s(int64=3) %!d(string=hai) anos
content-style.css c36a0ab58d FF and chrome are now combined, version 2.0 - votes counting, proof of work %!s(int64=3) %!d(string=hai) anos
manifest-chrome.json d13aa3f051 Webpack fixes, build now builds both FF and chrome versions %!s(int64=3) %!d(string=hai) anos
manifest-firefox.json d13aa3f051 Webpack fixes, build now builds both FF and chrome versions %!s(int64=3) %!d(string=hai) anos
popup.css 0e14936695 Removed FontAwesome Only using SVG in Img tag %!s(int64=3) %!d(string=hai) anos
popup.html 55a350c761 Merge branch 'main' of https://github.com/thereaper90917/return-youtube-dislike into main %!s(int64=3) %!d(string=hai) anos
popup.js 55a350c761 Merge branch 'main' of https://github.com/thereaper90917/return-youtube-dislike into main %!s(int64=3) %!d(string=hai) anos
readme.md e313db4e77 add compile guide to extension %!s(int64=3) %!d(string=hai) anos
ryd.background.js 7fd4904c39 Merge branch 'main' of https://github.com/Anarios/return-youtube-dislike %!s(int64=3) %!d(string=hai) anos
ryd.content-script.js 5ab9e6c29d comment main file %!s(int64=3) %!d(string=hai) anos

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.