Source code

Revision control

Copy as Markdown

Other Tools

onmessage = function () {
const { data } = ChromeUtils.importESModule(
{ global: "current" }
);
postMessage({ value: data.value });
};