A Firefox extension that summarizes the current page in one sentence.
Install from Firefox Add-ons:
https://addons.mozilla.org/en-US/firefox/addon/no-time/
Open the extension, click Settings, then set:
- API Key: your OpenAI API key
- Base URL:
https://api.openai.com/v1 - Model:
gpt-5-mini
- Start
llama-server - API Key: any value, for example
local - Base URL:
http://localhost:8080/v1 - Model: the model served by llama.cpp
- Start Ollama locally
- API Key:
ollama - Base URL:
http://localhost:11434/v1 - Model: your local model
- Open a webpage.
- Click the NoTime extension icon.
- Click Summarize This Page.
Local AI endpoints must support the OpenAI-compatible /v1/responses API.
