A browser extension that sets the quality of YouTube videos according to the user's preference, based on the video's FPS. Available for:
- Google Chrome
- Mozilla Firefox 90+
- Microsoft Edge
- Opera
- Safari - maintained by carlosjeurissen
- Naver Whale - maintained by carlosjeurissen
Made by Avi
Powered by WXT
You can suggest a feature or report a bug
Due to the way the browsers handle extensions, when an extension receives an update, content scripts in previously-open web pages cannot use the Storage API until the user reloads them, which means that if YTHD received an update and the user attempts to change a setting, he must reload the such pages for the settings to take effect
To provide a smooth user experience, I decided to use the last settings that were fetched
You can translate the extension to your own language by filling this form Filling will grant you access to a Google Spreadsheet via email, in which you can contribute your translations
pnpm i
pnpm dev
pnpm dev:rtl
pnpm dev:edge
pnpm dev:opera
pnpm dev:firefox
pnpm build
pnpm build:edge
pnpm build:opera
pnpm build:firefox
pnpm package
pnpm package:edge
pnpm package:opera
pnpm package:firefox
pnpm build:package
pnpm build:package:edge
pnpm build:package:opera
pnpm build:package:firefox
Feel free to contribute! Keep in mind that the license I chose is GPL v3
If you want to fork, make sure to credit Avi and link to this repository.