https://github.com/sniklaus/youtube-watchmarker
a browser extension that keeps track of your YouTube watch history and marks videos that you have already watched
https://github.com/sniklaus/youtube-watchmarker
browser-addon browser-extension javascript webextension youtube
Last synced: 6 months ago
JSON representation
a browser extension that keeps track of your YouTube watch history and marks videos that you have already watched
- Host: GitHub
- URL: https://github.com/sniklaus/youtube-watchmarker
- Owner: sniklaus
- License: gpl-3.0
- Created: 2015-05-23T04:54:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-09T04:57:18.000Z (over 1 year ago)
- Last Synced: 2025-01-09T05:37:50.417Z (over 1 year ago)
- Topics: browser-addon, browser-extension, javascript, webextension, youtube
- Language: JavaScript
- Homepage:
- Size: 681 KB
- Stars: 158
- Watchers: 11
- Forks: 18
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# youtube-watchmarker
Youtube keeps track of your watch history and automatically marks videos that you have already watched. They however only mark recently seen videos, which is kind of disappointing. This addon fixes this issue and keeps track of your entire watch history, such that not only the recently seen videos are being marked.
## installation
Firefox: https://addons.mozilla.org/en-US/firefox/addon/watchmarker-for-youtube/
Chrome: [https://chrome.google.com/webstore/detail/watchmarker-for-youtube/](https://chrome.google.com/webstore/detail/watchmarker-for-youtube/pfkkfbfdhomeagojoahjmkojeeepcolc)
## questions
How can the persistence of the database be ensured? There is an export and import feature, which makes it easy to create a backup of the history. This backup can easily be archived such that you can ensure that you never lose your history.
How can I make sure that the database is complete? The automatic synchronization only considers the recent activity. You are thus encouraged to manually initiate a complete synchronization in the settings, which incorporates as much of your history as possible.
## special thanks
I would like to express my gratitude to [XP1](https://github.com/XP1) who has been a significant contributor to this project throughout the years. Not only does he support other users with their issues and opens up pull reuqest to improve this extension, he also comes up with [creative solutions](https://github.com/sniklaus/youtube-watchmarker/pull/126) such as adding a mutation observer to certain objects to detect changes in the Youtube layout.
Also special thanks to [johan456789](https://github.com/johan456789), [widike](https://github.com/widike), and [andrei-cb](https://github.com/andrei-cb) for making many contributions to support the new manifest version. For example, consider [this](https://github.com/widike/youtube-watchmarker) fork for an entirely different spin of the extension that also supports syncing to a Supabase database.
## links
* 2025.01 - this [project](https://github.com/yutotakano/youtube-takeout-json-to-watchmarker) to import from takeout by [yutotakano](https://github.com/yutotakano)
* 2025.01 - this [project](https://github.com/serossi/YT2Grayjay) to import from takeout and export to grayjay by [serossi](https://github.com/serossi)
* 2021.05 - this [project](https://github.com/janpaul123/youtube-takeout-to-watchmarker) to import from takeout by [janpaul123](https://github.com/janpaul123)
## contributors
* [0xva](https://github.com/0xva)
* [andrei-cb](https://github.com/andrei-cb)
* [JeffBuckles](https://github.com/JeffBuckles)
* [JGKle](https://github.com/JGKle)
* [johan456789](https://github.com/johan456789)
* [Johni0702](https://github.com/Johni0702)
* [lbmaian](https://github.com/lbmaian)
* [ngoclong19](https://github.com/ngoclong19)
* [shoaibshakeel381](https://github.com/shoaibshakeel381)
* [TotalCaesar659](https://github.com/TotalCaesar659)
* [widike](https://github.com/widike)
* [XP1](https://github.com/XP1)
* [Yentis](https://github.com/Yentis)
## license
Please refer to the appropriate file within this repository.
