From d26300d7b576922ef4742af06a784961a0a6d327 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 9 Jul 2019 23:09:18 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37f93acf..e6c98872 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,25 @@ -# YTSponsorSkip -Skip YouTube video sponsors (chrome extension) Dataset: -https://github.com/OfficialNoob/YTSponsorSkip-Dataset +# SponsorBlocker + +SponsorBlocker is an extension that will skip over sponsored segments of YouTube videos. SponsorBlocker is a crowdsourced browser extension that let's anyone submit the start and end time's of sponsored segments of YouTube videos. Once one person submits this information, everyone else with this extension will skip right over the sponsored segment. + +# Server + +The backend server code is available here: https://github.com/ajayyy/SponsorBlockServer + +It is a simple Sqlite database that will hold all the timing data. + +To make sure that this project doesn't die, I have made the database publicly downloadable at https://sponsor.ajay.app/database.db. So, you can download a backup or get archive.org to take a backup if you do desire. + +Hopefully this project can be combined with projects like [this](https://github.com/Sponsoff/sponsorship_remover) and use this data to create a neural network to predict when sponsored segments happen. That project is sadly abandoned now, so I have decided to attempt to revive this space. + +# Previous extension + +This project is partially based off of [this experimental extention](https://github.com/OfficialNoob/YTSponsorSkip). That extension has the basic video skipping functionality. + +# Chrome extension + +It will be on the chrome webstore soon once I get some more UI features in, such as an icon. For now, you can load this project as an unpacked extension. Make sure to rename the `content-config.js.example` file to `content-config.js` before installing. + +# Firefox extension + +None at the moment From 38c8c5278134e53143097c25b04d76e0271d925c Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 9 Jul 2019 23:10:20 -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 e6c98872..42b372c0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It is a simple Sqlite database that will hold all the timing data. To make sure that this project doesn't die, I have made the database publicly downloadable at https://sponsor.ajay.app/database.db. So, you can download a backup or get archive.org to take a backup if you do desire. -Hopefully this project can be combined with projects like [this](https://github.com/Sponsoff/sponsorship_remover) and use this data to create a neural network to predict when sponsored segments happen. That project is sadly abandoned now, so I have decided to attempt to revive this space. +Hopefully this project can be combined with projects like [this](https://github.com/Sponsoff/sponsorship_remover) and use this data to create a neural network to predict when sponsored segments happen. That project is sadly abandoned now, so I have decided to attempt to revive this idea. # Previous extension From 333519b0c1ba80ff63a38d9c8b33eda63cd7eace Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 9 Jul 2019 23:10:59 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42b372c0..c9cce414 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Hopefully this project can be combined with projects like [this](https://github. # Previous extension -This project is partially based off of [this experimental extention](https://github.com/OfficialNoob/YTSponsorSkip). That extension has the basic video skipping functionality. +This project is partially based off of [this experimental extension](https://github.com/OfficialNoob/YTSponsorSkip). That extension has the basic video skipping functionality. # Chrome extension