Dmitrii Selivanov f218443b4c Merge branch 'main' into ColorizedButtonsAndBar-New 3 年 前
..
_locales 391450fda1 Russian language correction 3 年 前
icons 0e14936695 Removed FontAwesome Only using SVG in Img tag 3 年 前
src f218443b4c Merge branch 'main' into ColorizedButtonsAndBar-New 3 年 前
content-style.css db666735e4 a better, more compact extension UI 3 年 前
manifest-chrome.json acf35604cc Update manifest-chrome.json 3 年 前
manifest-firefox.json 91fb13cce4 Update manifest-firefox.json 3 年 前
popup.css 4fd5433452 I guess merge works too 3 年 前
popup.html f218443b4c Merge branch 'main' into ColorizedButtonsAndBar-New 3 年 前
popup.js f218443b4c Merge branch 'main' into ColorizedButtonsAndBar-New 3 年 前
readme.md e313db4e77 add compile guide to extension 3 年 前
ryd.background.js f218443b4c Merge branch 'main' into ColorizedButtonsAndBar-New 3 年 前
ryd.content-script.js 73e58beac4 Mobile Extensions: Supports YouTube Shorts 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.