From 24dd98a98fc5131dee3ef72af5d29ec42b804158 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 5 Apr 2020 18:34:10 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 543c0077..bb8e88eb 100644 --- a/README.md +++ b/README.md @@ -34,11 +34,15 @@ SponsorBlock is an extension that will skip over sponsored segments of YouTube v Also support Invidio.us. +# Important Links + +See the [Wiki](https://github.com/ajayyy/SponsorBlock/wiki) for important links. + # 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. +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. You can download a backup or get archive.org to take a backup for you if you want. @@ -66,7 +70,7 @@ Run `npm run dev` to run the extension using a clean browser profile with hot re # Credit -The awesome [Invidious API](https://github.com/omarroth/invidious/wiki/API) previously was used. +The awesome [Invidious API](https://github.com/omarroth/invidious/wiki/API) was previously used. Originally forked from [YTSponsorSkip](https://github.com/OfficialNoob/YTSponsorSkip), but zero code remains.