Remove distracting video suggestions on YouTube.
Just spent an hour on YouTube but still haven't got to the video that you set out to watch? Wanted to learn something on YouTube but always get distracted by your recommended feed? Fear no more, "YouTube Distraction Disabler" is here to remove all of the unrelated videos on YouTube and only show you what you want.
Finally got some free time and want to deliberately procrastinate on YouTube? That's ok too, just simply click the extension icon and turn off one of the options that you choose to block. The options are "Home", "Related", "Comments" and "Notifications", which corresponds to your home feed, related videos next to the video you're currently watching, the comments down below as well as the notification bell.
- Open Chrome.
- Navigate to Chrome Web Store.
- Click Add to Chrome
- Download the zip file of a particular version from one of the following places:
- Inside the directory deployment.
- The first zip file under assets within Releases.
- Open Chrome.
- Navigate to
chrome://extensions
. - Enable Developer mode.
- Click Load unpacked.
- Select the unzipped directory.
Clone the project
git clone https://github.com/Kaiqi-Liang/YouTube-Distraction-Disabler.git
Navigate to the project directory and install the dependencies
cd YouTube-Distraction-Disabler
npm install
If typescript
is already installed then skip this step, otherwise install it via
npm install typescript
To build the extension, and rebuild it when the files are changed, run
npm start
To build the extension for deployment, run
npm run build
After the project has been built, a directory named dist
has been created. You have to add this directory to your Chrome browser:
- Open Chrome.
- Navigate to
chrome://extensions
. - Enable Developer mode.
- Click Load unpacked.
- Select the
dist
directory.