the-nic

Informazioni utente

Informazioni sullo sviluppatore
Nome the-nic
Utente da Marzo 14, 2025
Numero di componenti aggiuntivi sviluppati 0 componenti aggiuntivi
Media delle valutazioni sui componenti aggiuntivi di questo sviluppatore. Nessun voto

Le mie recensioni

Minimize on Close

Assegnate 5 su 5 stelle

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