From 6989dc31b47074c9d5e21602463d4a3ab382f8d1 Mon Sep 17 00:00:00 2001 From: Todor Kirilov Date: Tue, 17 Jun 2025 11:11:19 +0300 Subject: [PATCH 1/2] =?UTF-8?q?This=20PR=20adds=20YouTube=20Local=20Histor?= =?UTF-8?q?y,=20a=20browser=20extension=20that=20allows=20users=20to=20res?= =?UTF-8?q?ume=20YouTube=20videos=20and=20track=20watch=20history=20locall?= =?UTF-8?q?y,=20without=20relying=20on=20YouTube=E2=80=99s=20native=20hist?= =?UTF-8?q?ory=20or=20cloud=20sync.=20It=20supports=20both=20Chrome-based?= =?UTF-8?q?=20and=20Firefox=20browsers,=20and=20stores=20all=20data=20offl?= =?UTF-8?q?ine=20in=20the=20user's=20browser.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d93e67..a0a55a5 100644 --- a/README.md +++ b/README.md @@ -1565,6 +1565,8 @@ Please read about what the addon does before installing. If you don't understand #### Useful Tools - [Single File](https://github.com/gildas-lormeau/SingleFile) - Save a faithful copy of an entire web page in a single HTML file so you can use it offline. +- [YouTube Local History](https://github.com/EdinUser/YouTubeLocalHistory) - A browser extension that stores YouTube watch history **locally** in your browser. Lets you resume videos, track playlists, and mark viewed content — all without sending any data to Google. + [Chrome](https://chromewebstore.google.com/detail/pebiokefjgdbfnkolmblaaladkmpilba) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/local-youtube-video-history/) ### Browser Sync - [xBrowserSync](https://www.xbrowsersync.org/) - Browser syncing as it should be: secure, anonymous and free! From c31fb426448c4c9ced1b7bbcd30a66660448c981 Mon Sep 17 00:00:00 2001 From: Todor Kirilov Date: Wed, 18 Jun 2025 12:44:12 +0300 Subject: [PATCH 2/2] =?UTF-8?q?This=20PR=20adds=20YouTube=20Local=20Histor?= =?UTF-8?q?y,=20a=20browser=20extension=20that=20allows=20users=20to=20res?= =?UTF-8?q?ume=20YouTube=20videos=20and=20track=20watch=20history=20locall?= =?UTF-8?q?y,=20without=20relying=20on=20YouTube=E2=80=99s=20native=20hist?= =?UTF-8?q?ory=20or=20cloud=20sync.=20It=20supports=20both=20Chrome-based?= =?UTF-8?q?=20and=20Firefox=20browsers,=20and=20stores=20all=20data=20offl?= =?UTF-8?q?ine=20in=20the=20user's=20browser.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: remove links --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index a0a55a5..8856021 100644 --- a/README.md +++ b/README.md @@ -1566,7 +1566,6 @@ Please read about what the addon does before installing. If you don't understand #### Useful Tools - [Single File](https://github.com/gildas-lormeau/SingleFile) - Save a faithful copy of an entire web page in a single HTML file so you can use it offline. - [YouTube Local History](https://github.com/EdinUser/YouTubeLocalHistory) - A browser extension that stores YouTube watch history **locally** in your browser. Lets you resume videos, track playlists, and mark viewed content — all without sending any data to Google. - [Chrome](https://chromewebstore.google.com/detail/pebiokefjgdbfnkolmblaaladkmpilba) / [Firefox](https://addons.mozilla.org/en-US/firefox/addon/local-youtube-video-history/) ### Browser Sync - [xBrowserSync](https://www.xbrowsersync.org/) - Browser syncing as it should be: secure, anonymous and free!