Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 749 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 749 Bytes

Focused Mode for YouTube

Focused Mode for YouTube is a Chrome Extension that helps you stay focused by blocking recommendations and other elements on YouTube.

Development

Requirements

Steps

  1. Clone the repository to your computer.
  2. Enable developer mode on Chrome
  3. Install the dependencies with npm install
  4. 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.
  5. Load the repository to chrome://extensions/ via "Load unpacked"

Releasing

npm run build