mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-16 07:02:16 +03:00
[extensions][helpers] Add some new AI bots: Bravebot, Cotoyogi, FirecrawlAgent, HuggingFace-Bot, Kangaroo Bot, PanguBot, Replicate-Bot, RunPod-Bot, Together-Bot, xAI-Bot
This commit is contained in:
@@ -59,6 +59,9 @@ const isAIBot = (resultOrUA) => [
|
||||
'applebot',
|
||||
'applebot-extended',
|
||||
|
||||
// Brave
|
||||
'bravebot',
|
||||
|
||||
// ByteDance
|
||||
'bytespider',
|
||||
'tiktokspider',
|
||||
@@ -92,6 +95,16 @@ const isAIBot = (resultOrUA) => [
|
||||
|
||||
// Huawei
|
||||
'petalbot',
|
||||
'pangubot',
|
||||
|
||||
// Hugging Face
|
||||
'huggingface-bot',
|
||||
|
||||
// Kangaroo
|
||||
'kangaroo bot',
|
||||
|
||||
// Mendable.ai
|
||||
'firecrawlagent',
|
||||
|
||||
// Meta
|
||||
'facebookbot',
|
||||
@@ -104,12 +117,21 @@ const isAIBot = (resultOrUA) => [
|
||||
// Perplexity
|
||||
'perplexitybot',
|
||||
|
||||
// Replicate
|
||||
'replicate-bot',
|
||||
|
||||
// Runpod
|
||||
'runpod-bot',
|
||||
|
||||
// Semrush
|
||||
'semrushbot-ocob',
|
||||
|
||||
// Timpi
|
||||
'timpibot',
|
||||
|
||||
// Together AI
|
||||
'together-bot',
|
||||
|
||||
// Velen.io
|
||||
'velenpublicwebcrawler',
|
||||
|
||||
@@ -121,6 +143,9 @@ const isAIBot = (resultOrUA) => [
|
||||
'omgilibot',
|
||||
'webzio-extended',
|
||||
|
||||
// X
|
||||
'xai-bot',
|
||||
|
||||
// You.com
|
||||
'youbot',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user