MCPcopy Index your code
hub / github.com/MALSync/MALSync / pwa

Function pwa

src/floatbutton/userscriptPwa.ts:4–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import { importAssets } from './userscript';
3
4export function pwa() {
5 $(document).ready(async function () {
6 const head = j.$('head');
7 importAssets(head);
8
9 // eslint-disable-next-line @typescript-eslint/no-unused-vars
10 const minimalObj = new Minimal($('html'));
11 });
12}

Callers 1

mainFunction · 0.90

Calls 1

importAssetsFunction · 0.90

Tested by

no test coverage detected