This extension lets you watch YouTube videos in retro (Black and White) mode.
https://chrome.google.com/webstore/detail/retro-youtube-filter/mmjbbchdcjpenhfpmfokboacigfgmaib
https://addons.mozilla.org/en-US/firefox/addon/retro-youtube-filter/
Reload the Youtube page if already active to see it in action
For some reason, this extension does not work in Firefox when using Manifest v3, for that reason, we have a separate Manifest v2 for Firefox
- Clone or download this repository
- Copy everything from
manifest_ff.json
intomanifest.json
- Go to
about:debugging
(type in the address bar) - Click This Firefox > Load Temporary Add-On
- Browse to the extension folder and select
manifest.json
- Click Reload after making any code changes
- Reload the Youtube page if already active to see it in action
- Clone or download this repository
- Go to
chrome://extensions
(type in the address bar) - Click "Load Unpacked" and select the extension folder
- Reload the Youtube page if already active to see it in action
This extension finds the video player and adds a black and white filter to it, simple as that.
The extension is supported by Chrome and Firefox. Safari support is untested.
This extension only has access to https://www.youtube.com/*
and only accesses the page DOM.
It does not access your Youtube cookies or other personal data in any way.
Feel free to open issues or submit PRs.
Safari should support Web Extensions so without any code changes, the same code should work in Safari, too.