Last active
April 4, 2025 18:02
-
-
Save Liscor/5a4d682355f679c36ecad371bf5a13d7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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