Files
misctils/startpage/root/bin/fetch.js
2025-09-17 23:05:25 -04:00

30 lines
679 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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>
`