mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 05:02:48 +00:00
6 lines
187 B
JavaScript
6 lines
187 B
JavaScript
export const mirrorId = JSON.parse(
|
|
Array.from(document.getElementsByTagName("script")).filter(
|
|
(script) => script.type === "text/x-tuna-help-mirrorid",
|
|
)[0]?.textContent || '""',
|
|
);
|