You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
先叠个甲,该贴只对于老系统win7或8.1,
Hummm,物尽其用(bushi,开历史倒车,Yes从 Firefox Release Calendar 可以看到 115esr 大概在 2026.8月,发布 115.39.0 后, 结束安全支持,
从 2.5.7开始, cat-catch 使用了 manifest v3, firefox 128 以上版本,才支持使用深度搜索 缓存录制 等脚本功能,
根本原因是Firefox 128才支持 MV3 content_scripts 的 world. 如果想继续使用脚本功能,就需要转为MV2,
先从2.5.6 将 firefox.js 和 manifest.json copy出来
修改preview.js 中使用了异步API(MV2中不支持)的
await chrome.runtime.sendMessage,await chrome.tabs.getCurrent()修改为以下类似的
注释 popup.js 以下内容 ,显示更多功能的脚本注入
大致就这些, 如有其他报错去 about:debugging#/runtime/this-firefox 看猫抓的控制台
Beta Was this translation helpful? Give feedback.
All reactions