From 9ae2f636ca547269fea3995ffda678112d02d133 Mon Sep 17 00:00:00 2001 From: Lawrence Hook <6572030+lawrencehook@users.noreply.github.com> Date: Fri, 30 Jul 2021 21:49:25 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 352d927..521baee 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This project hides Youtube recommendations, motivated by an attempt to stymie the "YouTube rabbit hole." ### Why should I use this plugin? -Google optimizes recommendations to be the most _engaging_ videos. Their ideal recommendation sets in motion the brain's automatic response to click — regardless if you are interested or not. Persistent exposure to these suggestions results in a waste of your time. So download this add-on and remove them as you please! +The YouTube recommendation algorithm optimizes for the most _engaging_ videos, regardless if you are interested or not. Persistent exposure to these suggestions results in a waste of your time. So download this add-on and remove unwanted suggestions as you please! Available for install here: - Firefox https://addons.mozilla.org/en-US/firefox/addon/remove-youtube-s-suggestions/ From 9ca882b8650af34930a0a8f72c107d999f00ff4e Mon Sep 17 00:00:00 2001 From: Lawrence Hook <6572030+lawrencehook@users.noreply.github.com> Date: Fri, 30 Jul 2021 21:49:51 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 521baee..162eb26 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This project hides Youtube recommendations, motivated by an attempt to stymie the "YouTube rabbit hole." ### Why should I use this plugin? -The YouTube recommendation algorithm optimizes for the most _engaging_ videos, regardless if you are interested or not. Persistent exposure to these suggestions results in a waste of your time. So download this add-on and remove unwanted suggestions as you please! +The YouTube recommendation algorithm optimizes for the most _engaging_ videos, regardless of whether or not you are interested. Persistent exposure to these suggestions results in a waste of your time. So download this add-on and remove unwanted suggestions as you please! Available for install here: - Firefox https://addons.mozilla.org/en-US/firefox/addon/remove-youtube-s-suggestions/ From 048b690e4667c157e13aa85f0f85b1191883bc8f Mon Sep 17 00:00:00 2001 From: Lawrence Hook <6572030+lawrencehook@users.noreply.github.com> Date: Fri, 30 Jul 2021 21:50:37 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 162eb26..8056487 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Available for install here: - Chrome https://chrome.google.com/webstore/detail/remove-youtube-suggestion/cdhdichomdnlaadbndgmagohccgpejae ### Contributing -If you'd like to contribute to the development of this add-on, the following commands should get you started with a dev environment. +If you'd like to contribute to the development of this add-on, the following commands will get you started with a dev environment. ``` $ git clone https://github.com/lawrencehook/remove-youtube-suggestions.git @@ -22,7 +22,7 @@ $ npm install --global web-ext $ web-ext run ``` -The commands above will open Firefox with the current state of the add-on installed. +The commands above will open Firefox with an installation of the current state of the add-on. https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/ ### Donations