The truth is YouTube is designed to make anyone binge-watch it all day. We want to make it productive for people who use it for work or learning. This extension is an attempt to provide a minimalist approach to Youtube with full customizability.
- Install the extension
- Customize the extension using the
Customize
menu.
GENERAL
VIDEO
- Hide all suggestions (@iamsahil1910)
- Hide likes (@gurrrung)
- Hide comments (@iamsahil1910)
- Expand the description of videos by default with no Show More/Show Less button. (@iamsahil1910 and @gurrrung)
HOMEPAGE
- Make the homepage a simple landing page like Google. (#16)
CHANNEL
- Remove featured channels (@iamsahil1910)
To run a development server that will watch for file changes and rebuild the scripts, run:
npm run watch
To just build the files without the development server:
npm run build
Both commands will create a dist/
directory, it will contain the built files that should be loaded into the browser or packed.
Contributions are welcome, feel free to create an issue with your feature idea or just resolve any available issues. The guide for creating a new feature is available here.