Skip to content

Instantly share code, notes, and snippets.

@Liscor
Last active April 4, 2025 18:02
Show Gist options
  • Save Liscor/5a4d682355f679c36ecad371bf5a13d7 to your computer and use it in GitHub Desktop.
Save Liscor/5a4d682355f679c36ecad371bf5a13d7 to your computer and use it in GitHub Desktop.
(async () => {
try {
const Botd = await import('https://openfpcdn.io/botd/v1');
const botd = await Botd.load();
const result = await botd.detect();
let window.gtm_botd = result;
console.log(result);
} catch (error) {
console.error(error);
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment