Modules pour le navigateur Firefox
  • Extensions
  • Thèmes
    • pour Firefox
    • Dictionnaires et paquetages linguistiques
    • Sites pour les autres navigateurs
    • Modules pour Android
Connexion
Icône du module

Historique de versions de UAIE — Universal Adaptive Interface Engine - 6 versions

UAIE — Universal Adaptive Interface Engine par Fiza Pathan

Il n’y a aucune note pour l’instant
0 étoile sur 5
5
0
4
0
3
0
2
0
1
0
Historique de versions de UAIE — Universal Adaptive Interface Engine - 6 versions
  • Attention aux anciennes versions ! Elles sont affichées seulement à des fins de test et de référence.Vous devriez toujours utiliser la dernière version d’un module complémentaire.

  • Dernière version

    Version 1.2.0

    Publié le 11 mai 2026 - 1,03 Mo
    Fonctionne avec firefox 140.0 et versions supérieures, android 142.0 et versions supérieures
    UAIE v1.2.0 — Better article detection on news sites.

    WHAT IMPROVED

    • Times of India articles now translate and reformat correctly.
    Earlier versions sometimes picked up the author bio or
    comments-summary widget instead of the article body.

    • The Guardian's annual fundraising appeal no longer appears
    inside translation overlays.

    • Text you select before running UAIE is now used directly —
    your selection always overrides automatic detection.

    • Pages that load asynchronously now get a moment to finish
    before extraction begins.

    PRESERVED FROM v1.1.0

    All 17 interface languages, screen-reader announcements, the
    restricted-page banner, the shadow-DOM and same-origin iframe
    paragraph harvester, and every other v1.1.0 feature work
    exactly as before.

    PRIVACY

    No new permissions. No new endpoints. No new data collection.
    data_collection_permissions still declares "none".

    Feedback welcomed at uaie@gmail.com.

    Code source publié sous licence Tous droits réservés

    Télécharger Firefox et obtenir l’extension
    Télécharger le fichier
  • Anciennes versions

    Version 1.1.0

    Publié le 28 avr. 2026 - 1,02 Mo
    Fonctionne avec firefox 140.0 et versions supérieures, android 142.0 et versions supérieures
    v1.1.0 — Polish release. No new permissions, no new endpoints, no manifest changes beyond the version bump.

    What's new:
    1. COMPLETE PANEL TRANSLATION COVERAGE. Every label, section heading, description, button, and dropdown option in the panel is now translated when the interface language is changed in Settings. About thirty labels that previously stayed in English (section titles, Cognitive Load metric labels, British/American voice picker, colour-blindness options, visual-adjustment buttons, syllable-breaks checkbox) now switch language correctly.
    2. ALL 17 SUPPORTED LANGUAGES AT 100% COVERAGE. English, Hindi, Marathi, Tamil, Telugu, Bengali, Kannada, Sanskrit, Spanish, French, Arabic, Portuguese, Mandarin Chinese, Swahili, Japanese, German, and Urdu now carry every UI string. The ten non-priority translations were produced AI-assisted; corrections welcomed via uaie@gmail.com.
    3. SCREEN-READER ANNOUNCEMENTS. Panel open/close are spoken by assistive technology via an off-screen aria-live region. All seven status paragraphs now carry role="status" so progress is announced as it updates.
    4. CSP-RESTRICTED PAGE DETECTION. On the rare pages that refuse panel injection, the toolbar popup shows a polite banner explaining UAIE is not available on this tab. Browser-internal pages and extension stores are detected by URL pattern.
    5. SHADOW DOM AND IFRAME EXTRACTION. The article-text harvester now descends into open Shadow DOM roots and same-origin iframes. Closed shadow roots and cross-origin iframes are handled safely.
    6. MEMORY-LEAK FIXES. Reading Companion timeouts cleared on Stop. Captions handlers nulled to prevent orphaned recognisers.

    All v1.0.15 hardening retained: 60-second API timeout, plain-language error messages, click-protection guards, API key format validation.

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 1.0.15

    Publié le 28 avr. 2026 - 1,01 Mo
    Fonctionne avec firefox 140.0 et versions supérieures, android 142.0 et versions supérieures
    Reliability hardening: clearer error messages when the API is unreachable, rate-limited, or your key is invalid; 60-second timeout instead of indefinite hangs; protection against accidental duplicate calls; clear warning when a page has no article body to process; and instant API key format validation in settings.

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 1.0.14

    Publié le 28 avr. 2026 - 1,01 Mo
    Fonctionne avec firefox 140.0 et versions supérieures, android 142.0 et versions supérieures
    Bug fixes: Plain Language L3–L6, Multiple Intelligences, and Translate now extract and process article body text correctly on news sites with lazy-loaded content. Resolves a CORS error introduced by recent Anthropic API requirements.

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 1.0.13

    Publié le 27 avr. 2026 - 1,01 Mo
    Fonctionne avec firefox 140.0 et versions supérieures, android 142.0 et versions supérieures
    Three small but visible improvements (carried forward from v1.0.12, validation cleaned in v1.0.13):

    Translate — a new section in the in-page panel translates the visible page into any of the seventeen interface languages via the Anthropic API, with right-to-left rendering for Arabic and Urdu. Mirrors the prompt and overlay used by the UAIE Microsoft Word add-in.
    Live language sync — choosing a new interface language in the Settings popup now updates the in-page panel immediately, without requiring a page reload.
    Footer correction — the in-page panel footer now reads its version dynamically from the manifest and matches the wording of the Settings popup footer (Patent Application Pending · Trademark Application Pending · © Fiza Pathan 2026 · Mumbai, India).

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
  • Version 1.0.11

    Publié le 19 avr. 2026 - 1,01 Mo
    Fonctionne avec firefox 109.0 et versions supérieures
    v1.0.11 — Security hardening release

    Completes the planned security refactor mentioned in v1.0.10 Notes to
    Reviewer. All innerHTML assignments have been eliminated from the
    codebase.

    Changes:
    - Main panel injection now uses DOMParser.parseFromString() (safe,
    non-executing HTML parsing API).
    - Plain Language overlay rebuilt with createElement() and textContent.
    Inline onclick replaced with addEventListener().
    - Reading Companion word spans rebuilt with createElement(). Syllable
    separator rendered as a styled child span.
    - SVG colour-blindness filter rebuilt with createElementNS() for defs,
    filter, and feColorMatrix elements.
    - Dead document. body.innerHTML cache reads removed.
    - Empty-string innerHTML clearings replaced with DOM removeChild loops.
    - popup.html inline <script> moved to external popup.js file,
    satisfying Firefox default CSP for extension pages.

    Verified: grep ".innerHTML\s=" .js returns zero matches across all
    JavaScript files.

    No user-facing feature changes. This is a security compliance release
    only.

    Code source publié sous licence Tous droits réservés

    Télécharger le fichier
Aller à la page d’accueil de Mozilla

Modules complémentaires

  • À propos
  • Blog des modules complémentaires Firefox
  • Atelier sur les extensions
  • Pôle développeur
  • Politiques à destination des développeurs
  • Blog de la communauté
  • Forum
  • Signaler un problème
  • Guide de revue

Navigateurs

  • Desktop
  • Mobile
  • Enterprise

Produits

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Confidentialité
  • Cookies
  • Mentions légales

Sauf mention contraire, le contenu de ce site est disponible sous licence Creative Commons Attribution Share-Alike v3.0 ou toute version supérieure.