Focused Mode for YouTube is a Chrome Extension that helps you stay focused by blocking recommendations and other elements on YouTube.
- Clone the repository to your computer.
- Enable developer mode on Chrome
- Install the dependencies with
npm install
- Continuously build the project with
npm run mon
which watches file changes. Note: that you'll need to update the extension (by clicking on the update icon) every time you want to test the latest version. - Load the repository to chrome://extensions/ via "Load unpacked"
npm run build