Fake News Detector 101 version history - 3 versions
Fake News Detector 101 by Jazli
Fake News Detector 101 version history - 3 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 2.0.8
Released Nov 16, 2025 - 1.03 MBWorks with firefox 109.0 and later🔧 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 FirefoxSource code released under Mozilla Public License 2.0
Older versions
Version 2.0.7
Released Nov 13, 2025 - 1.03 MBWorks with firefox 109.0 and laterVersion 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.Source code released under Mozilla Public License 2.0
Version 2.0.6
Released Nov 5, 2025 - 1.01 MBWorks with firefox 78.0 and laterSource code released under Mozilla Public License 2.0