Literally Better YouTube Summary 🎯
This extension is no longer maintained,
because OpenAI banned my account due to "accessing the API from an unsupported location" 👎
The backend implementation can be found in mthli/better-youtube-summary-server.
If you want to deploy it yourself, please replace the bys.mthli.com
with your own domain.
First install all dependencies:
# node version is v20.3.0, npm version is 9.6.7
npm i
If build for development:
npm run clean # optional.
npm run watch
If build for production:
npm run clean # optional.
npm run build
npm run build:firefox
better-youtube-summary-extension - Literally Better YouTube Summary.
Copyright (C) 2023 Matthew Lee
Copyright (C) 2018 Tomofumi Chiba
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.