@antoinemosse You can disable any module with
disabled: true;
in config.js. If you want to enable it again, then set it to
disabled: false;
No need to poke around in the module’s own scripts.
Personally, I always add this line for every module, as it elegantly allows to disabale or enable a module, when necessary.