Bilibili-Evolved/utils/about/about.js
2019-05-10 20:00:46 +08:00

6 lines
122 B
JavaScript

(async () =>
{
const html = await import("aboutHtml");
document.body.insertAdjacentHTML("beforeend", html);
})();