the-nic

About me

Developer Information
Name the-nic
User since March 14, 2025
Number of add-ons developed 0 add-ons
Average rating of developer's add-ons Not yet rated

My Reviews

Minimize on Close

Rated 5 out of 5 stars

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 :)