initial commit

This commit is contained in:
2025-09-17 23:05:25 -04:00
commit ee78eef527
17 changed files with 610 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
export async function cmd(_) {
return `
<pre>
_____\t\t\tOS: ${navigator.platform}
.-"" ""-.\t\tLang: ${navigator.language}
/(/ _ }\`;\`.\t\tTimezone: ${Intl.DateTimeFormat().resolvedOptions().timeZone}
|\`---'/ \` \`;\\\t\tAgent: ${navigator.userAgent}
.' (\`._ ; \`:
: \--' '|\`;,;
| .---' ; | |
: ' \`.__.-. / ; ;
: .----' .' / :
\`. \`----' .' /
\`.\`--. __ .- .'
\`-._ _.-' fsc
\`""""
</pre>
`;
}
export let man = `
<pre>
FETCH(1)
NAME
\tfetch Get information about the browser. This is specific to firefox because
\tthis addon is specific to firefox.
</pre>
`