Cronologia versioni di Fake News Detector 101 - 3 versioni
Fake News Detector 101 di Jazli
Cronologia versioni di Fake News Detector 101 - 3 versioni
Attenzione alle versioni datate. Sono visualizzate solamente per scopi di test e di riferimento.È raccomandato usare sempre l’ultima versione di un componente aggiuntivo.
Ultima versione
Versione 2.0.8
Rilasciato 16 nov 2025 - 1,03 MBCompatibile con firefox109.0 e successive🔧 Fake News Detector — Firefox Patch Update
🔥 Firefox Patch Notes (Cross-Browser Fix)
1. Fixed Incorrect Timestamp Formatting
Firefox automatically converts UTC timestamps into the user’s local timezone, causing history timestamps to be 8 hours off.
✔ Implemented manual UTC → MYT (+8h) conversion
✔ Replaced new Date().toLocaleString() with formatReportTime()
✔ Firefox history timestamps now match Chrome & Full Report- Added formatReportTime() for Firefox
✔ Parses backend UTC timestamps safely
✔ Handles hour/day overflow correctly
✔ Ensures consistent DD/MM/YYYY, HH:MM:SS AM/PM formatting- Updated History Cards to Use New Time Format
Old code:
new Date(item.timestamp).toLocaleString()
New Firefox-compatible version:
formatReportTime(item.timestamp)- Improved Cross-Browser Compatibility
✔ Unified storage APIs using promise-wrapped helpers
✔ Added fallback for browsers without chrome.scripting
✔ Ensured content script injection works on Firefox MV2
✔ Fixed sendMessage compatibility with Firefox callbacks- Stability Improvements
✔ Better error handling if content script isn't active
✔ Prevents popup crashes when Firefox blocks script injection
✔ Ensures full-report navigation works via tabs.update in FirefoxCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versioni precedenti
Versione 2.0.7
Rilasciato 13 nov 2025 - 1,03 MBCompatibile con firefox109.0 e successiveVersion 2.0.7
Added full support for Malay (Bahasa Malaysia) news analysis using a new BM language model.
Improved AI accuracy for detecting fake or misleading content in both English and Malay articles.
Updated domain reputation engine for better source trust evaluation.
Enhanced UI performance and minor visual improvements to scanning results.
General fixes and stability improvements.Codice sorgente rilasciato sotto licenza Mozilla Public License 2.0
Versione 2.0.6
Rilasciato 5 nov 2025 - 1,01 MBCompatibile con firefox78.0 e successiveCodice sorgente rilasciato sotto licenza Mozilla Public License 2.0