the-nic

O meni

Podatki za razvijalce
Ime the-nic
Uporabnik od Marec 14, 2025
Število razvitih dodatkov 0 dodatkov
Povprečna ocena dodatkov tega razvijalca Še ni ocenjeno

Moje ocene

Minimize on Close

Ocena 5 od 5 zvezdic

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