Lawrence Hook 786b9a67f7 Tidy: convert tab-indented files to 4-space (#217)
Project convention is 4-space indent for extension JS, but src/shared/utils.js
and one function in src/shared/analytics.js used tabs. Converted leading tabs
to 4 spaces, no functional change. Also fixed a misaligned line at utils.js:63
that had a single leading space instead of the expected indent.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-06 22:13:59 -04:00
2023-03-20 21:47:11 -04:00
2026-04-19 15:30:14 -04:00
2026-04-19 15:30:14 -04:00
2020-02-28 20:35:59 -05:00

RYS — Remove YouTube Suggestions

A Browser Extension


What it does

A browser extension that lets you hide recommendations, customize the interface, and take control of your YouTube experience.


Feedback and Support

Leave a review!

Free to use with optional premium features.


Why I made it

YouTube's recommendation algorithm optimizes for the most engaging videos, not the ones you actually want to watch — and it's easy to lose hours to the rabbit hole. This extension lets you cut the noise and use YouTube on your own terms.

Available for download at the links below:


Development

This project is 100% open source. Created and maintained by me, Lawrence Hook.

Have a feature request or found a bug? Feel free to create a Github issue, submit a PR, or contact me at lawrencehook@gmail.com.

git clone https://github.com/lawrencehook/remove-youtube-suggestions.git
cd remove-youtube-suggestions
npm install --global web-ext

./dev.sh firefox     # opens Firefox with the extension loaded
./dev.sh chrome      # builds dist/chrome/ — load as unpacked in chrome://extensions
S
Description
A browser extension that lets you hide recommendations, customize the interface, and take control of your YouTube experience.
Readme MPL-2.0
8.8 MiB
Languages
JavaScript 73%
CSS 17.8%
HTML 8.7%
Shell 0.5%