the-nic

על עצמי

מידע על המפתח
שם the-nic
משתמש מאז מרץ 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 :)