blob: 52383378d21111da287317f4ecb5e88904c10d78 [file] [log] [blame]
avm9996337601bc2022-02-21 10:36:45 +01001import {injectScript} from '../common/contentScriptsUtils.js';
2import {getOptions} from '../common/optionsUtils.js';
3
Adrià Vilanova Martínez89c54812022-06-06 13:32:29 +02004getOptions('perforumstats').then(options => {
5 if (options?.perforumstats)
avm9996337601bc2022-02-21 10:36:45 +01006 injectScript(chrome.runtime.getURL('extraInfoInject.bundle.js'));
7});