https://github.com/insign/summarize-with-ai
Adds a little button to summarize articles, news, and similar content using the OpenAI API (gpt-4o-mini model). The button only appears on pages detected as articles or news.
https://github.com/insign/summarize-with-ai
Last synced: over 1 year ago
JSON representation
Adds a little button to summarize articles, news, and similar content using the OpenAI API (gpt-4o-mini model). The button only appears on pages detected as articles or news.
- Host: GitHub
- URL: https://github.com/insign/summarize-with-ai
- Owner: insign
- License: wtfpl
- Created: 2024-09-19T13:11:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-16T17:57:45.000Z (over 1 year ago)
- Last Synced: 2025-03-24T14:07:56.802Z (over 1 year ago)
- Language: JavaScript
- Size: 158 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Summarize with AI (OpenAI/Gemini)
- Adds a little button to summarize articles, news, and similar content.
- Uses the OpenAI API (gpt-4o-mini model because it is fast and cheap)
- Or Google Gemini API (gemini-2.0-flash-exp model because it is fast, cheap and powerful)
- The buttons only appear on pages detected as articles or news.
- Asks for an OpenAI/Gemini API key on first use.
- The summary is displayed in the user language independently of the original article.
## Installation
1. Install tampermonkey extension or similar for Safari/iOS
2. Head to the [repository](https://greasyfork.org/en/scripts/509192-summarize-with-ai) then choose to install
3. After install visit any article/site and be happy
4. Sometimes check for updates, if found a bug open an [issue](https://github.com/insign/summarize-with-ai)
> Say thanks by starring in [GitHub](https://github.com/insign/summarize-with-ai)
> in [GreasyFork](https://greasyfork.org/en/scripts/509192-summarize-with-ai) :)
## License
Licensed under [DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE](./LICENSE)