the-nic

關於我

開發者資訊
名稱 the-nic
加入日期 March 14, 2025
參與開發的附加元件數量 0 個附加元件
此開發者的附加元件平均分數 未經評分

我所發表的評論

Minimize on Close

評分: 5 / 5 顆星

To make the addon work on 136, one only has to update strict_max_version in the manifest version and change the first lines in experiment.js to

const { ExtensionCommon } = ChromeUtils.importESModule(
"resource://gre/modules/ExtensionCommon.sys.mjs");

then it works again :)