Fake News Detector 101 版本历史 - 3 个版本
Fake News Detector 101 作者: Jazli
Fake News Detector 101 版本历史 - 3 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 2.0.8
发布于 2025年11月16日 - 1.03 MB适用于 firefox 109.0 及更高版本🔧 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 Firefox源代码遵循 Mozilla 公共许可证 2.0 发布
较早版本
版本 2.0.7
发布于 2025年11月13日 - 1.03 MB适用于 firefox 109.0 及更高版本Version 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.源代码遵循 Mozilla 公共许可证 2.0 发布