Historial de versiones de Gemini Auto-Timestamp - 5 versiones
Gemini Auto-Timestamp por Leohboo
Historial de versiones de Gemini Auto-Timestamp - 5 versiones
¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.
Última versión
Versión 1.23
Lanzada el 15 de ago. de 2026 - 8,94 KBCompatible con firefox 109.0a1 y superioresv1.23 Release Notes / ChangelogEnhanced Click & Pointer Detection: Replaced standard click listeners with early pointerdown event handling using composedPath(), ensuring reliable Send button interception across native Firefox, PWAs, and custom desktop wrappers.
Shadow DOM & Nested Element Support: Fixed an issue where clicking inner SVG icons or nested button elements failed to register properly on certain Firefox layouts.
Stop Button Protection: Added explicit state filtering to prevent timestamp injection from accidentally triggering Gemini's "Stop response" control during active generation.
Synchronous Event Pipeline: Optimized text insertion timing so the timestamp is appended seamlessly to the prompt before the interface consumes the submit action.Se publicó el código fuente bajo la licencia MIT License
Versiones antiguas
Versión 1.22
Lanzada el 15 de ago. de 2026 - 8,79 KBCompatible con firefox 109.0a1 y superiores🚀 Release Notes: Gemini Auto-Timestamp v1.22
This update brings a significant under-the-hood refactor to improve reliability, flexibility, and overall event handling when submitting prompts.
🌟 What’s NewSend Button Support: Timestamps are now automatically injected whether you submit via the Enter key or by clicking the Send button directly.
Unified Event Architecture: Extracted core logic into modular helpers (getTimestampString, findInputElement, appendTimestamp), streamlining DOM interactions and keeping timing data completely synced across both input methods.
Smart Duplicate Prevention: Built-in duplicate detection ensures the timestamp isn't appended twice if Enter and click events occur simultaneously.
Targeted Click Interception: Leverages capture-phase event handling with precise element matching (closest()), ensuring stray clicks anywhere else on the interface are completely ignored while properly capturing button/icon clicks.
Resilient Prompt Detection: Improved fallback detection for active prompt containers across standard textarea, input, and custom contenteditable wrappers.
📦 Changed Filesmanifest.json: Bumped version to 1.22.
content.js: Complete overhaul of event listeners and DOM injection pipelines.Se publicó el código fuente bajo la licencia MIT License
Versión 1.21
Lanzada el 23 de jul. de 2026 - 8,46 KBCompatible con firefox 109.0a1 y superioresUpdated Prompt Prefix: Changed context injection header from [SYSTEM INSTRUCTION] to [Current Time Anchor]. This prevents trigger warnings with Gemini's Web Application Firewall (WAF) and stops rate-limiting blocks during large text prompts.
Improved Reliability: Maintains accurate temporal tracking without triggering false-positive security filters.Se publicó el código fuente bajo la licencia MIT License
Versión 1.2
Lanzada el 17 de jul. de 2026 - 8,52 KBCompatible con firefox 109.0a1 y superioresTimestamp correctly placed at end of message, rather than where cursor is.
Timestamp explicitly instructs Gemini to use the timestamp every time.Se publicó el código fuente bajo la licencia MIT License
Versión 1.1
Lanzada el 27 de jun. de 2026 - 8,69 KBCompatible con firefox 109.0a1 y superioresSe publicó el código fuente bajo la licencia MIT License