Claude.ai Freeze Fix on LibreWolf 作者: Filippo
Fixes the freezing issue of Claude.ai on LibreWolf by ensuring monotonic behaviour of Date.now().
26 个用户26 个用户
扩展元数据
关于此扩展
LibreWolf (and some Firefox configurations) can cause
This extension runs before any page scripts on
Date.now() to return identical timestamps when called in rapid succession. Claude.ai’s frontend relies on monotonic timestamps and freezes completely when it receives duplicate values. See the original fix for more details.This extension runs before any page scripts on
claude.ai and replaces Date.now() with a version that guarantees strictly increasing values. If the browser returns a timestamp that is not greater than the last seen one, the extension simply increments it by one millisecond.评分 5(1 位用户)
权限与数据
更多信息