Add-ons voor Firefox Browser
  • Extensies
  • Thema’s
    • voor Firefox
    • Woordenboeken en taalpakketten
    • Websites voor andere browsers
    • Add-ons voor Android
Aanmelden
Voorbeeld van Understory

Understory door Noah Albert

Ask your own local AI about the page you are reading. It shows you the exact text it extracted first, and refuses when a page has no article, so you never get a confident answer about a navigation menu.

0 (0 beoordelingen)0 (0 beoordelingen)
Firefox downloaden en de extensie ontvangen
Bestand downloaden

Metagegevens van extensie

Over deze extensie
Understory puts a sidebar on any page and answers questions about it using a model running on your own machine through Ollama. There is no server, no account and no telemetry. It talks to localhost and nowhere else, and its manifest declares that it collects no data at all.

WHAT MAKES IT DIFFERENT

Most page assistants fail the same way: they grab the wrong part of the page, hand a navigation menu or a cookie banner to the model, and the model answers fluently about it. You cannot tell that happened, because you never see what it read.

Understory is built around that problem.

It reads the article, not the furniture. Navigation, cookie walls, share rails, newsletter interstitials and footers are stripped, and what remains is scored by text density, punctuation, link density and structure. It was checked against live pages, not just test cases: it pulls the body out of a BBC news article, a Wikipedia entry, the Python documentation, a GitHub README, and a 718,000 character book on Project Gutenberg.

When there is no article, it says so. The BBC News front page, The Verge's tech index and the Ars Technica home page all get a plain refusal instead of a plausible looking fragment. A guess is not an answer, and quietly guessing is the failure this extension exists to remove.

You always see what the model was given. Before any answer appears, the panel names the part of the page it chose, how many characters it found and how confident it is, with the full extracted text one click away. If it still picks wrong, highlight the text you care about and press Read page: your selection wins.

It does nothing when you are not using it. There is no content script running on your tabs, no timer and no navigation listener. The reader is injected into a page only when you ask for it. A page you never point Understory at is never touched, so it costs nothing while it sits there.

WHAT YOU NEED

Ollama running locally with at least one model pulled, for example: ollama pull llama3.2

Open the settings, press Refresh models, choose one, and save. If the list stays empty while Ollama is running, Ollama is refusing the extension's origin: start it with OLLAMA_ORIGINS set to moz-extension://* and restart it. The settings page tells you this too, at the moment it becomes relevant.

PRIVACY

The only network address Understory ever contacts is the Ollama address you set, which defaults to http://localhost:11434. Page text goes to your own model on your own machine. Nothing is sent anywhere else, stored remotely, or logged.
Ontwikkelaarsopmerkingen
No build step, no bundler and no dependencies: the reviewed source is the shipped source. src/extract.js is a pure function over a Document with no browser globals, which is what lets the test suite run it under jsdom; 31 assertions cover navigation-heavy news pages, link directories, article bodies split across sibling divs, a promo header longer than the article, unrendered SPA shells, documentation pages, teaser card grids, and malformed or null documents. Host permissions are limited to localhost and 127.0.0.1. Page access uses activeTab and scripting.executeScript on user action only, with no declared content scripts.
Met 0 gewaardeerd door 0 beoordelaars
Meld u aan om deze extensie te waarderen
Er zijn nog geen waarderingen

Sterrenwaardering opgeslagen

5
0
4
0
3
0
2
0
1
0
Nog geen beoordelingen
Toestemmingen en gegevens

Optionele machtigingen:

  • Uw gegevens voor localhost benaderen
  • Uw gegevens voor 127.0.0.1 benaderen

Gegevensverzameling:

  • De ontwikkelaar zegt dat deze extensie geen gegevensverzameling vereist.
Meer info
Meer informatie
Add-on-koppelingen
  • E-mailadres voor ondersteuning
  • Add-on-ID kopiëren
Versie
1.0.0
Grootte
28,13 KB
Laatst bijgewerkt
5 dagen geleden (9 sep. 2026)
Verwante categorieën
  • Webontwikkeling
  • Privacy en beveiliging
Licentie
MIT-licentie
Versiegeschiedenis
  • Alle versies bekijken
Labels
  • chat
  • privacy
Toevoegen aan collectie
Deze add-on rapporteren
Naar Mozilla’s startpagina

Add-ons

  • Over
  • Firefox-add-onsblog
  • Extensieworkshop
  • Ontwikkelaarshub
  • Ontwikkelaarsbeleid
  • Gemeenschapsblog
  • Forum
  • Een bug rapporteren
  • Beoordelingsrichtlijnen

Downloaden

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

Nieuwste builds

  • Nightly
  • Beta

Firefox voor bedrijven

  • Enterprise

Gemeenschap

  • Connect
  • Contribute
  • Developer

Volgen

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Privacy
  • Cookies
  • Juridisch

Tenzij anders vermeld, is op de inhoud van deze website de Creative Commons Attribution Share-Alike License v3.0 of latere versie van toepassing.