avm99963 | 37601bc | 2022-02-21 10:36:45 +0100 | [diff] [blame] | 1 | import {injectScript} from '../common/contentScriptsUtils.js'; |
2 | import {getOptions} from '../common/optionsUtils.js'; | ||||
3 | |||||
4 | getOptions('extrainfo').then(options => { | ||||
5 | if (options?.extrainfo) | ||||
6 | injectScript(chrome.runtime.getURL('extraInfoInject.bundle.js')); | ||||
7 | }); |