the-nic

Om mig

Utvecklarinformation
Namn the-nic
Användare sedan mars 14, 2025
Antal tillägg utvecklade 0 tillägg
Genomsnittliga betyg för utvecklarens tillägg Inte betygsatt än

Mina recensioner

Minimize on Close

Betygsatt 5 utav 5 stjärnor

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